Im trying to do an assignment at uni and it requires me to create a database and search the table
pretty simple right
well. . . .
Ive created a table CustomerContact
I want the user to input AccntRepNo and click a search button.
ill use this number to search (query) my table dispaying all the records
related to the AccntRepNo
Can anyone help me with this?
Kevin
Pls look at pics attached
Ive been reading alot about connections but i already have a database setup
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim repNo As String repNo = AccntRepTextBox.Text ' Me.CustomerContactsTableAdapter.WHAT TO DO HERE End Sub

New Topic/Question
Reply



MultiQuote





|