D
DaveM
I have just upgraded to Access 2003 and seem to have hit
some sort of bug. All I want to do is run a query to
select records that fall between two dates. The selection
criteria consistantly does not select records from the
last day of the range. I have tried it several ways as
follows:
Between DateSerial(2004,1,1) And DateSerial(2004,1,31)
Between [Type starting date: ] And [Type ending date: ]
Thanks for any comments - DaveM
some sort of bug. All I want to do is run a query to
select records that fall between two dates. The selection
criteria consistantly does not select records from the
last day of the range. I have tried it several ways as
follows:
Between DateSerial(2004,1,1) And DateSerial(2004,1,31)
Between [Type starting date: ] And [Type ending date: ]
Is this a bug or am I doing something really stupid?=DateSerial(2004,1,1) And <=DateSerial(2004,1,31)
Thanks for any comments - DaveM