chainedtodesk
Programmer
i am trying to use multiple options in a report one is included, my goal is if they have not selected an option from one of the drop downs that the query would look at it as * and pull in all records for that field and move along to the next one, if i select something it works but the * isnt working, thanks
IIf([Forms]![frmReports]![rptcond1]=0,"*",[Forms]![frmReports]![cboAnalyst])
IIf([Forms]![frmReports]![rptcond1]=0,"*",[Forms]![frmReports]![cboAnalyst])