Can anyone please help me with this? Thank you.
I am using a form to input query parameters. (test file attached)
I used the following query (Returns all values on table when not filled)
How can I modify so that entering 3 only returns following value from the table:
3 one three
Thank you so much.
Anoo
I am using a form to input query parameters. (test file attached)
I used the following query (Returns all values on table when not filled)
Problem: entering 3 returns values of 3, 13, and 33. (Because of using "*")Like "*" & [Forms]![Form1]![ListID] & "*"
How can I modify so that entering 3 only returns following value from the table:
3 one three
Thank you so much.
Anoo