Have been able to create a query and link the criteria to a form combobox, but having problems trying to find a way to run the query if the user selects "ALL" in the combobox, so that the query will run all the combobox choices, have been trying this in the criteria:
IIf([Forms]![Frm Reporting Main]![cboOM]="ALL",Not "",[Forms]![Frm Reporting Main]![cboOM])
But this does not work, has anyone have any suggestions?
IIf([Forms]![Frm Reporting Main]![cboOM]="ALL",Not "",[Forms]![Frm Reporting Main]![cboOM])
But this does not work, has anyone have any suggestions?