Here is the line that searches my database and returns the records matching strSearch
If LCase(rsData(strTableItem)) Like strSearch Then
How can I change this to return records that include any part of the search string, strSearch?
This is using VB6.0 and Access 2010
If LCase(rsData(strTableItem)) Like strSearch Then
How can I change this to return records that include any part of the search string, strSearch?
This is using VB6.0 and Access 2010