G
Guest
I have a form that displays data from a table. The table is ordered by an autonumber id. The data is last name and first name. I want the form to display names in order by last, first. I updated the form property "order by" to do that. The records are still displayed in id sequence.
The form has two subforms displaying data related to the people on the main form, and a second related to the first subform.
How can I get the form to present the set of related records in lastname,firstname sequence?
The form has two subforms displaying data related to the people on the main form, and a second related to the first subform.
How can I get the form to present the set of related records in lastname,firstname sequence?