M
Martin
I have the following criteria in a query:
IIf([Forms]![Amend Request (Ref No)]![WorkTypeList]="(All)",[tbl
Details]![Work Type],IIf([Forms]![Amend Request (Ref
No)]![WorkTypeList]="(Blank)",[tbl Details]![Work Type],[Forms]![Amend
Request (Ref No)]![WorkTypeList]))
The combo box on the form contains all of the records from the table and
where they are null I have replaced with (Blank) in the combo box. I am then
trying to filter the query using the (Blank) selection but the query does not
return the records where the field is null.
Can anyone correct me on this?
Thank you in advance.
Martin
IIf([Forms]![Amend Request (Ref No)]![WorkTypeList]="(All)",[tbl
Details]![Work Type],IIf([Forms]![Amend Request (Ref
No)]![WorkTypeList]="(Blank)",[tbl Details]![Work Type],[Forms]![Amend
Request (Ref No)]![WorkTypeList]))
The combo box on the form contains all of the records from the table and
where they are null I have replaced with (Blank) in the combo box. I am then
trying to filter the query using the (Blank) selection but the query does not
return the records where the field is null.
Can anyone correct me on this?
Thank you in advance.
Martin