|
-
Mar 21st, 2000, 01:08 AM
#1
Thread Starter
New Member
I have linked a DBCombo control to a field in my MSAccess database using the data control. I would like to alphabetically sort the items in the DBCombo control. There is a 'sorted' property available for listboxes, I can't seem to find a similar function for the DBCombo box. Any suggestions?
I would rather perform the sorting in VB than in Access. Also - I am running VB5.
Thanks for any help.
Shirsten
-
Mar 21st, 2000, 03:04 PM
#2
PowerPoster
You can use the normal ComboBox which have the sort order that you lookinf for. Then you need to set DataSource to your Data Control and the respective Data Field.
Good Luck,
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|