I have a query with the following expression in the criteria row under the 'pitch result' field.
IIf(IsNull([forms]![reportdates]![combo22]),[pitch result],[forms]![reportdates]![combo22])
This expression pulls only records that have data in the [pitch result] field, and I'd like to pull all records including the blank field records.
How would I do that?
Thanks!
IIf(IsNull([forms]![reportdates]![combo22]),[pitch result],[forms]![reportdates]![combo22])
This expression pulls only records that have data in the [pitch result] field, and I'd like to pull all records including the blank field records.
How would I do that?
Thanks!