I have a query with the criteria for one field being
In (Form.TextBox)
where the value of the textbox is a comma delimited row of numbers.
However, while the query will return rows when a single number is in the textbox, it won't return any if there are multiple numbers.
Am I missing something? (Well, obviously I am..... but I have no idea what.)
In (Form.TextBox)
where the value of the textbox is a comma delimited row of numbers.
However, while the query will return rows when a single number is in the textbox, it won't return any if there are multiple numbers.
Am I missing something? (Well, obviously I am..... but I have no idea what.)