I have a table that has the following records...
[txt_PersonalityName] a "Short Text" field
FISD-Mobile-Admin
FISD-Portable-Admin
FISD-Mobile-General
FISD-Portable-General
FISD-Mobile-Security
FISD-Portable-Security
1) I have created a form with a search box allowing the user to enter the search criteria for the query.
2) the query has the following search criteria... [ Like "*" & [Forms]![frm_PersonalitiesList]![txt_PersonalityNameSearch] & "*" ]
Results
If the user enters "F" in the search criteria txt box, all records are returned;
If the user enters "Anything Else", i.e. "FI", "FISD", "G" or "P", no records are returned even thou they are in the table;
Any idea what I am doing wrong?