M
MMM
I have a query that is ran by selecting the beginning date and ending date:
Say I enter start date: 12/27/2005 and end date: 12/31/2005 my query selects
all records between those date but also pulls up 12/27/2004 - 12/31/2004.
How do I get it to not pull up the 2004 records?
=CDate([Start Date(mm/dd/yyyy)]) And <=CDate([End Date(mm/dd/yyyy)])
Say I enter start date: 12/27/2005 and end date: 12/31/2005 my query selects
all records between those date but also pulls up 12/27/2004 - 12/31/2004.
How do I get it to not pull up the 2004 records?