JAVIRAFY
Oct 12 2004, 09:50 PM
I have a combo box with its column heading property set to yes. This combo box has 4 columns:Name, LastName, City, Position. I'd like to sort by Name if I click on Name's heading, or to sort by City if clicking on City's heading. Is this possible?
Thank you!
R. Hicks
Oct 12 2004, 09:55 PM
If it can be done it would require some fairly complicated coding .. as it is not a standard feature in Access.
RDH
Larry Larsen
Oct 12 2004, 11:39 PM
Hi
Use a listbox with command buttons along the top that sort by selected column name.
JAVIRAFY
Oct 13 2004, 06:59 PM
Can you supply code or an example?
Thanks a lot!
Larry Larsen
Oct 14 2004, 07:47 AM
Hi
Have a look at the attached demo..