I want to be able to prompt the user for a particular substring that they wish to search on. Ideally this would consist of a form that asks for criteria and the user will be able to enter something like...
S*
this (ideally) would show all the records that start with S.
I tried creating a form and then in the query criteria adding
Like [Forms]![formname]![fieldname]
of course I added the right names for my form and for my fieldname, but this query appears to do absolutely nothing. If I add to the criteria Like "S*" then, of course, the query works. I need to make the querying process as simple as possible for my users and if I could figure this out, it would be ideal. I hope someone knows what I am talking about,
Sera
S*
this (ideally) would show all the records that start with S.
I tried creating a form and then in the query criteria adding
Like [Forms]![formname]![fieldname]
of course I added the right names for my form and for my fieldname, but this query appears to do absolutely nothing. If I add to the criteria Like "S*" then, of course, the query works. I need to make the querying process as simple as possible for my users and if I could figure this out, it would be ideal. I hope someone knows what I am talking about,
Sera