GoodLife22
Registered User.
- Local time
- Today, 09:35
- Joined
- Mar 4, 2010
- Messages
- 86
I have a field in my tbl [DateAdded] which is automatically given a date/time stamp when a new record is created in my table.
I want to make a simple query which will show me all records entered in the system over the past 16 hours. I am not sure how to write the query criteria
so I want something like:
>Now() - DateAdd("h", -16, [DateAdded])
So if I run my query I want to see all record entered into the system within the past 16 hours based on the time stamp in [DateAdded]
Thank you all.
I want to make a simple query which will show me all records entered in the system over the past 16 hours. I am not sure how to write the query criteria
so I want something like:
>Now() - DateAdd("h", -16, [DateAdded])
So if I run my query I want to see all record entered into the system within the past 16 hours based on the time stamp in [DateAdded]
Thank you all.