A
AccessNeophyte
Hi all,
I have a query set up for my report that is supposed to return all
records where the Admit Date is before or equal to the selected date,
AND the Discharge Date is after the Selected Date.
In the criteria for the Admit Date field, I put:
=<[Requested Date]
In the criteria for the Discharge Date field, I put:
Is Null
or
The results for Discharge Date are fine. No records with a Discharge
Date before or equal to the Requested Date appear. Not so good for
Admit Dates. I get back all records with the appropriate Discharge
Dates, even those with Admit Dates AFTER the Requested Date. What am
I doing wrong?
Thanks!
Access Neophyte
I have a query set up for my report that is supposed to return all
records where the Admit Date is before or equal to the selected date,
AND the Discharge Date is after the Selected Date.
In the criteria for the Admit Date field, I put:
=<[Requested Date]
In the criteria for the Discharge Date field, I put:
Is Null
or
[Requested Date]
The results for Discharge Date are fine. No records with a Discharge
Date before or equal to the Requested Date appear. Not so good for
Admit Dates. I get back all records with the appropriate Discharge
Dates, even those with Admit Dates AFTER the Requested Date. What am
I doing wrong?
Thanks!
Access Neophyte