schreibman
New member
- Local time
- Today, 05:09
- Joined
- Jun 13, 2012
- Messages
- 4
Hello,
I have a form, and it has a text box which if the users enters a number, or numbers delimited by commas, I'd like to pass along to a query.
I am pulling out my hair.
I'm sure I am BOTH missing somethign easy like a missing " or ' and I am sure there is an easier way to do this!
In my form, NumberList is a text box and I enter in for example: 1,2
But, I am missing something!
Field Expr1: IIf([Forms]![Main Form]![NumberList] Is Null, True,Eval( "[PlayerNumber] in (" & [Forms]![Main Form]![NumberList] &")" ))
Criteria True
I have a form, and it has a text box which if the users enters a number, or numbers delimited by commas, I'd like to pass along to a query.
I am pulling out my hair.
I'm sure I am BOTH missing somethign easy like a missing " or ' and I am sure there is an easier way to do this!
In my form, NumberList is a text box and I enter in for example: 1,2
But, I am missing something!
Field Expr1: IIf([Forms]![Main Form]![NumberList] Is Null, True,Eval( "[PlayerNumber] in (" & [Forms]![Main Form]![NumberList] &")" ))
Criteria True