janerussel
MIS
I want to filter records on my form based on what the user types in the text box. The text box is a name field. The user would like to be able to just type part of the text string, i.e., "sm" for "smith"
How do I show this in the criteria in my query.
Normally I would show the criteria like:
[forms]![frmMain]![frmAgree]![txtName]
Normally it would look something like ="**"&[txtName]&"**"
How do I show this in the criteria in my query.
Normally I would show the criteria like:
[forms]![frmMain]![frmAgree]![txtName]
Normally it would look something like ="**"&[txtName]&"**"