dsohn
05-23-2001, 07:11 AM
Hi I have a combo box that is limited but a selection from another combo box. But I want the items in this second box to be alphabetized. Is this possible?
Thanks
Thanks
|
View Full Version : Alphabetize Combo Box dsohn 05-23-2001, 07:11 AM Hi I have a combo box that is limited but a selection from another combo box. But I want the items in this second box to be alphabetized. Is this possible? Thanks ian_ok 05-23-2001, 07:22 AM Why not get the information of your combo box from a query, that way you can specify asending, which will place it a-z. Ian |