Hi Everyone,
I have this SQL Statement that isgiving me a ssyntax error. What is wrong with the coding?
I have quotes wroing somehow.
This statement should pull a record by a Driver License Number entered in the textbox called strlicense when an event button is selected.
The statement:
Dim strQuery As String = "Select * FROM PersonOfInterest WHERE PK_DriverLicenseID_vch Like '"& strLicense & %'"