I need to construct a Select statment to query an mdb database from a vb.net windows form.
The Select statement is:
SELECT * from EmployeeTable Where EmployeeNumber = Me.EmployeeNumberTxt
Me.EmployeeNumberTxt is input from a TextBox on the form before executing the query.
Can someone please tell me what the format of this parameter query should be.
Thanks
Rambleon
The Select statement is:
SELECT * from EmployeeTable Where EmployeeNumber = Me.EmployeeNumberTxt
Me.EmployeeNumberTxt is input from a TextBox on the form before executing the query.
Can someone please tell me what the format of this parameter query should be.
Thanks
Rambleon