Order by entering sequence

Bello

Registered User.
Local time
Today, 13:30
Joined
Jun 19, 2003
Messages
21
Hi all,

For a form with record source set to a table, how do we order the records by their entering sequence? In other words, I want the latest added record to be displayed when I click the 'last record' navigation button.

I'm not sure but seems Access will automatically sort the records according to an indexed field in the table.

Any advises would be highly appreciated.

Thanks,
Bello
 
If your Primary key is an autonumber then base the form an a query sorted on the Primary key field.

hth,
Jack
 
Hi Jack,

Thanks for your help. I've got the problem solved.
 
You are welcome. Glad you have the problem 'sorted'....

Jack
 

Users who are viewing this thread

Back
Top Bottom