P
Paul Washburn
Im trying to write criteria for a query field that accepts a value from a
combobox on another form. Could someone help me with the syntax for
returning all records if the user leaves the combobox blank. Below is what i
have so far and if the user leaves the combobox blank it doesn not return any
records.
IIf([Forms]![ManuRpt]![cboManufacture]=Null,"",[Forms]![ManuRpt]![cboManufacture])
Thanks in advance for the help
combobox on another form. Could someone help me with the syntax for
returning all records if the user leaves the combobox blank. Below is what i
have so far and if the user leaves the combobox blank it doesn not return any
records.
IIf([Forms]![ManuRpt]![cboManufacture]=Null,"",[Forms]![ManuRpt]![cboManufacture])
Thanks in advance for the help