C
Carol
First, thanks in advance for your help!
I want to create a form that will pass criteria to a query
to give me the results I want for several different sets
of circumstances.
I have run into some problems, though. For instance, I
have a StartDate and EndDate field on the form. The
criteria expression I used is "Between[forms]![formname]!
[StartDate]and[forms]![formname]![EndDate]." This works
fine if I specify dates, but if not, I get no results. So
I added and "or" criteria to specify either of these
fields could also be null. That works great. But when I
do this with every field, I get no results.
Can someone tell me what I'm doing wrong or if there's a
better way to do this?
Thanks,
Carol
I want to create a form that will pass criteria to a query
to give me the results I want for several different sets
of circumstances.
I have run into some problems, though. For instance, I
have a StartDate and EndDate field on the form. The
criteria expression I used is "Between[forms]![formname]!
[StartDate]and[forms]![formname]![EndDate]." This works
fine if I specify dates, but if not, I get no results. So
I added and "or" criteria to specify either of these
fields could also be null. That works great. But when I
do this with every field, I get no results.
Can someone tell me what I'm doing wrong or if there's a
better way to do this?
Thanks,
Carol