Hi all new to this site so looking for some help.
I am working in Access 2002, using a select query. I am trying to use a date range parameter to allow the users to end the start date and end date i.e 1/1/08 and 31/1/08, the field name is Transaction Date and some dates have timestamps and some dont.
Parameter >=[Enter Start Date] And <=[Enter End Date]
When entering the last date the query, if the transaction date record has a time stamp of 31/1/08 10:23 this is not being returned.
How can I use a parameter to include these records, so that when entering the last date it still picks up records with timestamps.
Thanks Heaps
I am working in Access 2002, using a select query. I am trying to use a date range parameter to allow the users to end the start date and end date i.e 1/1/08 and 31/1/08, the field name is Transaction Date and some dates have timestamps and some dont.
Parameter >=[Enter Start Date] And <=[Enter End Date]
When entering the last date the query, if the transaction date record has a time stamp of 31/1/08 10:23 this is not being returned.
How can I use a parameter to include these records, so that when entering the last date it still picks up records with timestamps.
Thanks Heaps
Comment