C
carusoloredana
I am trying to extract data from a database through an access query.
One of the fields in my query has a time-stamp date (i.e. the date
entered in the database shows dd/mm/yyyy plus the exact time)
When I run the query to extract data that has only today's date using
the date() function it returns only those few records that have
dd/mm/yyyy and not the ones that although have today's date have also a
time stamp.
I tried to filter the query by using "between date()-1 and date()" but
this returns more than just today's data. Any suggestions on how to
get around this? Is there any other function that I could use?
One of the fields in my query has a time-stamp date (i.e. the date
entered in the database shows dd/mm/yyyy plus the exact time)
When I run the query to extract data that has only today's date using
the date() function it returns only those few records that have
dd/mm/yyyy and not the ones that although have today's date have also a
time stamp.
I tried to filter the query by using "between date()-1 and date()" but
this returns more than just today's data. Any suggestions on how to
get around this? Is there any other function that I could use?