G
Guest
I have the following code as criteria in a query. It will work if
CmbCustomer is not null - it filters as it should. But if CmbCustomer is
null I get nothing returned. I need to see all records if CmbCustomer is
null. I have tried:
IIf([Forms]![FrmShippedParameters]![CmbCustomer] Is Not
Null,[Forms]![FrmShippedParameters]![CmbCustomer],Is Not Null Or Is Null)
and
IIf([Forms]![FrmShippedParameters]![CmbCustomer] Is Not
Null,[Forms]![FrmShippedParameters]![CmbCustomer])
Any ideas??
CmbCustomer is not null - it filters as it should. But if CmbCustomer is
null I get nothing returned. I need to see all records if CmbCustomer is
null. I have tried:
IIf([Forms]![FrmShippedParameters]![CmbCustomer] Is Not
Null,[Forms]![FrmShippedParameters]![CmbCustomer],Is Not Null Or Is Null)
and
IIf([Forms]![FrmShippedParameters]![CmbCustomer] Is Not
Null,[Forms]![FrmShippedParameters]![CmbCustomer])
Any ideas??