About this document
Access Database ComboBox Example by omargago is a document available to read on EtoBox.
This code is populating two combo boxes from a database table. When the form loads, it opens a connection to an Access database, runs a query to select all records from a "combo" table, and fills a data table. It then loops through the data table to add the "Artista" and "Genero" fields to the respective combo boxes. A button click message box displays the selected artist. Event handlers are defined for the combo boxes but contain no code.
- Author
- omargago
- Language
- EN