M
Michael
Hi Folks - I have a combo box with a value list of Option1, Option2 and ALL.
I pass this combo box info into a query. Here's a sample of the query
criteria:
IIf([Forms]![frmSwitchboard]![cboCaseType]="all",Is
Null,[Forms]![frmSwitchboard]![cboCaseType])
In other words, if the combo box selection is ALL, then display all records,
otherwise use selected option. The above criteria does not work. Any
suggestions? Thanks.
Michael
I pass this combo box info into a query. Here's a sample of the query
criteria:
IIf([Forms]![frmSwitchboard]![cboCaseType]="all",Is
Null,[Forms]![frmSwitchboard]![cboCaseType])
In other words, if the combo box selection is ALL, then display all records,
otherwise use selected option. The above criteria does not work. Any
suggestions? Thanks.
Michael