In the attached database, I am working with the table called "Parents" and the form called "Parents."
The table is sorted by parentID (an AutoNumber which is formatted as '000') so I presume the first record would be parentID 001 which corresponds with Dolores Burke.
However, when I open the 'Parent' form, record 1 of 57 is not Dolores Burke. Instead it is Donnell Arnold with a parent ID of 025. Why is this the case? At one point I did sort by lastname but I have since removed that sort. The table is now sorted by the primary key which is ParentID.
Also, how can I get the form to open to a particular record?