M
mIKE
I created a form where the user enters more than one
customerID (separated by commas of course). Then they
click a command button to run a query.
I created an unbound text box, named text0 on the form. I
created a query that has the following expression in the
CustomerID field's criteria: In(val([Forms]![Form1]!
[Text0]))
When I run this query with more than one value... it only
returns the first value entered.
What I am doing wrong?
Thanks
Mike
customerID (separated by commas of course). Then they
click a command button to run a query.
I created an unbound text box, named text0 on the form. I
created a query that has the following expression in the
CustomerID field's criteria: In(val([Forms]![Form1]!
[Text0]))
When I run this query with more than one value... it only
returns the first value entered.
What I am doing wrong?
Thanks
Mike