A
Andre C
Why does the following not work in the criteria field of a querry for
a combobox
IIf([Forms]![FM_Contacts1]![Active_patient], Is Not Null,Null)
In fact everytime I enter it, it is changed to
IIf([Forms]![FM_Contacts1]![Active_patient],([admitanddischarge].[dischargedate])
Is Not Null,Null)
All I want is the content of the combobox filtered on either
dischargedate has a date or is null.
a combobox
IIf([Forms]![FM_Contacts1]![Active_patient], Is Not Null,Null)
In fact everytime I enter it, it is changed to
IIf([Forms]![FM_Contacts1]![Active_patient],([admitanddischarge].[dischargedate])
Is Not Null,Null)
All I want is the content of the combobox filtered on either
dischargedate has a date or is null.