Is there a way to alphabetically sort the contents of a database listbox? In other words, I would like the listbox to be displayed in alphabetical format.
Printable View
Is there a way to alphabetically sort the contents of a database listbox? In other words, I would like the listbox to be displayed in alphabetical format.
Change the Sorted property of the ListBox to True.
Regards,
------------------
Serge
Software Developer
[email protected]
[email protected]
thanks for your help but
the databaselistbox does not have a property
called "sort".I think your are referring to
a simple listbox.
thanks anyway
What do you mean by Database Listbox???
If you mean DBList then you can use Select statement with Order By clause, which will sort records that are brought frm database.
Regards
------------------
Serge
Software Developer
[email protected]
[email protected]
[This message has been edited by Serge (edited 07-27-1999).]