how to access values in database via combobox

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • avinash73
    New Member
    • Jan 2010
    • 1

    how to access values in database via combobox

    how to access values in database via combobox
  • vb5prgrmr
    Recognized Expert Contributor
    • Oct 2009
    • 305

    #2
    Ahh... by opening a connection to the database, and then populating a recordset with a query that retrieves the required information from the database. Then useing a do while not rs.eof loop and the .additem method of the combo box to load the retrieved data into it.



    Good Luck

    Comment

    Working...