Pyro
Too busy to comment
- Local time
- Tomorrow, 04:58
- Joined
- Apr 2, 2009
- Messages
- 127
I am running a query based on a form selection.
If the form selection is a certain value, i want the query criteria to have multiple values:
This is throwing me a too complex to evaluate error. However if i set the query criteria to just In("1","2") everything works fine.
The field is being evaluated is a text string.
Any ideas?
If the form selection is a certain value, i want the query criteria to have multiple values:
Code:
[FONT=Calibri][SIZE=3]IIf([Forms]![FormName]![ComboName]="1",In ("1","2"),[Forms]![FormName]![ComboName])[/SIZE][/FONT]
The field is being evaluated is a text string.
Any ideas?