sort records based on the system time

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,
I would appreciate if you could suggest an example of code to easily sort
records based on the actual RECORD ENTRY TIME into a form. The sort order to
be based on the computer system time. Example: as the time column in a form
gets filled up, the records get updated and sorted in an order that keeps
track of the entries - from the most recent to the oldest (based on the
system time)
 
Vilicia

No code required. Create a query, include the RecordEntry field, and sort
by it.

Regards

Jeff Boyce
Microsoft Office/Access MVP
 
Thanks Jeff -

Jeff Boyce said:
Vilicia

No code required. Create a query, include the RecordEntry field, and sort
by it.

Regards

Jeff Boyce
Microsoft Office/Access MVP
 
Back
Top