J
johnj
I am setting up a query that uses dynamic data based on values in a
form. These form fields are drop downs and are used several places in
the database. I am using the same criteria stings in all of the query
fields but with different form field references. The expression look
like this:
Like
IIf(IsNull([Forms]![QueryForm01]![EncodingLab]),"*",[Forms]![QueryForm01]![EncodingLab])
The goal is to display all records unless the "EncodingLab" field is
populated...and if it is populated, use the value as the query
criteria.
The problem is, it does not display null values for this fields for
some reason. Any Suggestions.
Thanks
form. These form fields are drop downs and are used several places in
the database. I am using the same criteria stings in all of the query
fields but with different form field references. The expression look
like this:
Like
IIf(IsNull([Forms]![QueryForm01]![EncodingLab]),"*",[Forms]![QueryForm01]![EncodingLab])
The goal is to display all records unless the "EncodingLab" field is
populated...and if it is populated, use the value as the query
criteria.
The problem is, it does not display null values for this fields for
some reason. Any Suggestions.
Thanks