I have a field that might contain null values... I have a parameter query over this field as follows:
[Enter the Type of Work or * for All] & "*".
This is leaving out the null records. How can I pull All including Nulls if * is entered?
I've tried
[Enter the Type of Work or * for All] & "*" & " "
but do not pull any records in this case.
thanks!
[Enter the Type of Work or * for All] & "*".
This is leaving out the null records. How can I pull All including Nulls if * is entered?
I've tried
[Enter the Type of Work or * for All] & "*" & " "
but do not pull any records in this case.
thanks!