I added the following criteria to a date field within a query. I am getting all of the dates I requested except for the last day.
Rpt_start_date = 09/01/2005
enddate = 03/31/2006
I am getting all recs up to and including 03/30/2006. Any ideas why I am not getting 03/31/2006 and how I can fix it?
I put this same criteria in a prev query and it worked just fine (same date field was queried).
>=[tblMOR_Dates].[Rpt_start_date] And <=[tblMOR_Dates].[enddate]
Thanx
Trudye
Rpt_start_date = 09/01/2005
enddate = 03/31/2006
I am getting all recs up to and including 03/30/2006. Any ideas why I am not getting 03/31/2006 and how I can fix it?
I put this same criteria in a prev query and it worked just fine (same date field was queried).
>=[tblMOR_Dates].[Rpt_start_date] And <=[tblMOR_Dates].[enddate]
Thanx
Trudye