I've been using one of the standard Access buttons, the Last Record button, on a form in a training database. It allows the user to navigate through class sessions to see who attended, which is shown in a sub-form.
The problem is that it's no longer navigating to the last record. There are currently 770 records in the table it references (tblClassSession), but the Last Record button navigates to record 745.
Has anyone seen this behavior before?
On a related note, clicking the Next Record button will not get to record 746, it acts as if there are no records after 745.