If you have a form that has a subform, is it possible to sort the subform (either with a button or automatically)?
The main form in my db lists events, and the subform list the many people who are scheduled to attend said events.
The user can add attendess directly in the subform, but the second they do they are out of alphabetical order.
My goal is to put a 'reshuffle names' button to realign the attendes alphabetically by LastName, FirstName.
Here are some of the details...
Parent Form Name: frmEvents
Subform Name: subfrmEventAttendees
Control Name: txtLastName
Controls Table Field Name: LastName
I understand the order by property, but cannot seem to apply it correctly to this instance.
As always, any help no matter what type is appreciated. JerseyBoy
Remember: self-praise is no recommendation
The main form in my db lists events, and the subform list the many people who are scheduled to attend said events.
The user can add attendess directly in the subform, but the second they do they are out of alphabetical order.
My goal is to put a 'reshuffle names' button to realign the attendes alphabetically by LastName, FirstName.
Here are some of the details...
Parent Form Name: frmEvents
Subform Name: subfrmEventAttendees
Control Name: txtLastName
Controls Table Field Name: LastName
I understand the order by property, but cannot seem to apply it correctly to this instance.
As always, any help no matter what type is appreciated. JerseyBoy
Remember: self-praise is no recommendation