I have a form that uses Auto Numbering.
When I open the form it always goes to a new record. If I sort the field I can get to the first record, when the form is closed and re-opened the sort order is no longer valid and I need to replicate the previous sort.
How do I get the form to retain the sort order so that it always opens on the first record?
The form is bound to a table and contains 2 subforms, I have tried using a query to duplicate the same function and sort the autonumber field but it always ends up showing a new record.
Any help would be appreciated.
When I open the form it always goes to a new record. If I sort the field I can get to the first record, when the form is closed and re-opened the sort order is no longer valid and I need to replicate the previous sort.
How do I get the form to retain the sort order so that it always opens on the first record?
The form is bound to a table and contains 2 subforms, I have tried using a query to duplicate the same function and sort the autonumber field but it always ends up showing a new record.
Any help would be appreciated.