Can you help, I am trying to use the following criteria in a query
IIf([Forms]![StudentAttendance]![Combo0]<>0,[Forms]![StudentAttendance]![Combo0],Like "*")
I have a form with a combo box giving the user the option to select a value, otherwise I want to show all records. the bit that doesn't work is the false condition, Like "*"
IIf([Forms]![StudentAttendance]![Combo0]<>0,[Forms]![StudentAttendance]![Combo0],Like "*")
I have a form with a combo box giving the user the option to select a value, otherwise I want to show all records. the bit that doesn't work is the false condition, Like "*"