M
Millicent
I have Office 2007 Sp 1 installed.
When I attempt to create a report based on a query which has the following
code:
Between [Forms]![frmMonthlySelector]![StartDate] And
[Forms]![frmMonthlySelector]![EndDate]
where [StartDate] and [EndDate] are fields in the form frmMonthlySelector;
For dates between 1/1/08 and 1/31/08 I get a full report including items
that have a date of 1/31/08.
However, when I enter dates between 2/1/08 and 2/29/08 the report shows
dates only from 2/1/08 and 2/28/08 and leaves off 2/29/08.
As a test I entered static values, ie:
Between #2/1/08# And #2/29/08#j
The report once again left off any items with a date of 2/29/08.
When I attempt to create a report based on a query which has the following
code:
Between [Forms]![frmMonthlySelector]![StartDate] And
[Forms]![frmMonthlySelector]![EndDate]
where [StartDate] and [EndDate] are fields in the form frmMonthlySelector;
For dates between 1/1/08 and 1/31/08 I get a full report including items
that have a date of 1/31/08.
However, when I enter dates between 2/1/08 and 2/29/08 the report shows
dates only from 2/1/08 and 2/28/08 and leaves off 2/29/08.
As a test I entered static values, ie:
Between #2/1/08# And #2/29/08#j
The report once again left off any items with a date of 2/29/08.