Howdy,
A client of mine is using macros (I know, I know) to filter a table based on what’s been entered in a text box, using the ApplyFilter action.The argument looks like this:
[Human]![Name]=[Forms]![Primer form]![Text66]
Since the text box doesn’t list the items available to filter, he’d like to be able to use a wildcard. Simply prepending “Like” to the expression doesn’t work. What am I missing? Can a wildcard be used in the text box, and if so, how do I make that happen?
Thanks in advance,
Beej