I have had great success with the following criteria expression attached to a combobox:
Like IIf([Forms]![Frm Reporting Main]![cboOM]="ALL","*",[Forms]![Frm Reporting Main]![cboOM])
to pull up all the values if someone picks 'ALL' in the combobox, however, when I try to link the query to TOW comboboxes, one of which will always have "ALL"(hence pulling all data for that field) It doesn't work:
Like IIf([Forms]![Frm Reporting Main]![cboOM]="ALL","*",[Forms]![Frm Reporting Main]![cboOM])
Like IIf([Forms]![Frm Reporting Main]![cboHeir]="ALL","*",[Forms]![Frm Reporting Main]![cboHeir])
Any suggestions?
Like IIf([Forms]![Frm Reporting Main]![cboOM]="ALL","*",[Forms]![Frm Reporting Main]![cboOM])
to pull up all the values if someone picks 'ALL' in the combobox, however, when I try to link the query to TOW comboboxes, one of which will always have "ALL"(hence pulling all data for that field) It doesn't work:
Like IIf([Forms]![Frm Reporting Main]![cboOM]="ALL","*",[Forms]![Frm Reporting Main]![cboOM])
Like IIf([Forms]![Frm Reporting Main]![cboHeir]="ALL","*",[Forms]![Frm Reporting Main]![cboHeir])
Any suggestions?