GKIL67
Technical User
- Dec 1, 2009
- 44
Hello all,
I have a text filed [Nos] on a form [CheckNos] containing a series of numbers such as "6;11;20".
I want to pass them in a query as a filter, using a button.
The query has in the respective field as criteria:
In ([Forms]![CheckNos]![Nos])
How can I use the In() to retrieve all numbers from the string?
The numbers in the string could be from 1 to 100.
Could you provide me with some help?
Thank you in advance!
I have a text filed [Nos] on a form [CheckNos] containing a series of numbers such as "6;11;20".
I want to pass them in a query as a filter, using a button.
The query has in the respective field as criteria:
In ([Forms]![CheckNos]![Nos])
How can I use the In() to retrieve all numbers from the string?
The numbers in the string could be from 1 to 100.
Could you provide me with some help?
Thank you in advance!