Hello , I need a query that retrieves all records 24hs ahead from de first record .
The date added field in my table is in format :
6/5/2017 21:06:00
So,if the first record is in this moment I want only records until tomorrow , 7/5/2017 21:05:00.
I tried this : date < [Admission]+1 , but it doesn't work.
Can anyone helpme?
Thank you very much.
The date added field in my table is in format :
6/5/2017 21:06:00
So,if the first record is in this moment I want only records until tomorrow , 7/5/2017 21:05:00.
I tried this : date < [Admission]+1 , but it doesn't work.
Can anyone helpme?
Thank you very much.