Click to See Complete Forum and Search --> : database listbox sort?
tprado
Jul 25th, 1999, 10:07 AM
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.
Serge
Jul 25th, 1999, 03:16 PM
Change the Sorted property of the ListBox to True.
Regards,
------------------
Serge
Software Developer
Serge_Dymkov@vertexinc.com
Access8484@aol.com
tprado
Jul 26th, 1999, 06:21 AM
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
Serge
Jul 26th, 1999, 03:18 PM
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
Serge_Dymkov@vertexinc.com
Access8484@aol.com
[This message has been edited by Serge (edited 07-27-1999).]
vbforums.com
Copyright Internet.com Inc., All Rights Reserved.