Help would be appreciated. How do I restrict the data in an SQL query, the field is text and in the criteria box I enter:
Like 'L*'
This works in the Access database but when in VB.NET SQL any field length more than one character does not seem to select the records.
Can anyone help?
Like 'L*'
This works in the Access database but when in VB.NET SQL any field length more than one character does not seem to select the records.
Can anyone help?