Re: Timestamp Criteria in Query
- From: Marshall Barton <marshbarton@xxxxxxxxxx>
- Date: Thu, 18 Jan 2007 16:34:12 -0600
jfredel via AccessMonster.com wrote:
I have a query that needs to pull data from records that have been updated in
the last 10 minutes. I have a field that is set to NOW()when updated.
Cannot figure out what to put in the criteria of my timestamp field to pull
records where the timestamp is within 10 minutes of when I run the query.
I think this criteria will do that:
>DateAdd("n", -10, Now())
--
Marsh
MVP [MS Access]
.
- References:
- Timestamp Criteria in Query
- From: jfredel via AccessMonster.com
- Timestamp Criteria in Query
- Prev by Date: Re: Help with Date Query and Report
- Next by Date: Re: Problems with Duplicate info.
- Previous by thread: Timestamp Criteria in Query
- Next by thread: Help with Date Query and Report
- Index(es):
Relevant Pages
|