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.
Comment