A
autigger
If I hard code in the following into the critera:
Like [!T]*
Any record that starts with T is not returned.
If I pass the same thing, [!T]*, from a form to:
Like [Forms]![frmTest]![Name]
Nothing is returned. Why can’t I pass, [!T]* from the form and get the same
results as if I hardcode it into the criteria?
Like [!T]*
Any record that starts with T is not returned.
If I pass the same thing, [!T]*, from a form to:
Like [Forms]![frmTest]![Name]
Nothing is returned. Why can’t I pass, [!T]* from the form and get the same
results as if I hardcode it into the criteria?