Results 1 to 2 of 2

Thread: Sorting the DBCombo control?

  1. #1

    Thread Starter
    New Member
    Join Date
    Mar 2000
    Posts
    2
    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


  2. #2
    PowerPoster Chris's Avatar
    Join Date
    Jan 1999
    Location
    K-PAX
    Posts
    3,238
    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
  •  



Click Here to Expand Forum to Full Width