Hello
I'm looking for a way to only get records in a query which are made between yesterday 07:00 and today 07:00.
The query contains a table where the date and the time of the recordset are given like 08/02/18 15:02:00 and I tried the criteria
Between Date()-1 #07:00:00# And Date() #07:00:00#
But it seems there is a syntax problem but I can't see where.
Can please someone help me?