Need Help

rohanmalhotra83

Registered User.
Local time
Yesterday, 19:42
Joined
Jul 26, 2010
Messages
16
Hi

I have a table in which one record gets updated multiple times. I want to run a query that gives me the latest update.

Thanks in advance
 
Create a Date/Time field in the table and for every update amend the field to Now().

Create a query and sort by the Date/Time field.
 
Thanks... but i want only the updated records.

With this query i am still getting all records.
 
Just filter the results by now(), simples! Or more accurately a range
 
Yes, for recent records you have to have a time limit, so set the Time criteria under the Date field. Search the forum on how to do this.
 

Users who are viewing this thread

Back
Top Bottom