D
David
I am using the following syntax in the field criteria
within a query:
IIf([Forms]![FormName]![FormControl] Is Null,"",[Forms]!
[FormName]![FormControl])
I want to filter the records if the control is not null,
and return all records if the control is null. What is
happening is that if the control is not null, it filters
correctly, but if the control is null, no records are
returned.
Can someone tell me what I am doing wrong?
Thanks for your help in advance.
within a query:
IIf([Forms]![FormName]![FormControl] Is Null,"",[Forms]!
[FormName]![FormControl])
I want to filter the records if the control is not null,
and return all records if the control is null. What is
happening is that if the control is not null, it filters
correctly, but if the control is null, no records are
returned.
Can someone tell me what I am doing wrong?
Thanks for your help in advance.