Hi,
I'm trying get a query to filter for null records based on the answer that is in the control cmbReturn on frmPatientLookup. This is what I have so far:
IIf([forms]![frmPatientLookup]![cmbReturn]="Non-Returned Records",Null,"*")
My problem is that it doesn't filter for Null. I need to have only null records show if the answer chosen is "Non-returned Records".
Thanks,
Leesha



