ScrmingWhisprs
I <3 Coffee Milk.
- Local time
- Today, 13:55
- Joined
- Jun 29, 2006
- Messages
- 156
I have a continuous subform that lists all volunteers working on a given night for our haunted house, which also shows what Room, and Spot they are in. Right now it sorts by ID number, but I would like to be able to click on any of the headers to sort alphabetically by them. Ex, clicking the Worker label and have it sort Alphabetically by LastName, FirstName. The Worker field is a combobox with the following rowsource:
SELECT tblVolunteers.vID, [LastName] & ", " & [FirstName] FROM tblVolunteers;
I would also like to be able to click on the Room header and have the subform sort alphabetically by Room.
Any suggestions?
Thanks
Mike
SELECT tblVolunteers.vID, [LastName] & ", " & [FirstName] FROM tblVolunteers;
I would also like to be able to click on the Room header and have the subform sort alphabetically by Room.
Any suggestions?
Thanks
Mike