G
gymcshoe
Hello all,
I'm trying to build a query using inputs from a form.
This is is the gist of what I'm trying to input into the expression builder
IIf(IsNull([Forms]![Form3]![product]),Is Not Null,[Forms]![Form3]![product])
Basically, the form has a combo box, that if a product is selected, then I
want all records that have that product to be shown. If the combo box is left
blank, then I want ALL records to be shown. How do I do this? Thanks
I'm trying to build a query using inputs from a form.
This is is the gist of what I'm trying to input into the expression builder
IIf(IsNull([Forms]![Form3]![product]),Is Not Null,[Forms]![Form3]![product])
Basically, the form has a combo box, that if a product is selected, then I
want all records that have that product to be shown. If the combo box is left
blank, then I want ALL records to be shown. How do I do this? Thanks