VB combobox sql
hey all i have an access database which i would like to create a frontend for so far i have created the forms, and created a dataset from the database. my problem now is populating the combobox with teh dataset. i have tryed creating a combobox from the dataset directly, however this created the combobox and a paging sytem at the top of my form, with the combobox not containing any values. im using vb2005 express.
cheers
evo
Okay… are you using a 1-column dataset? Is the combobox already on your form? Did you actually code the procedure for filling the dataset, or did you use one of those wizards in VS .Net to do it for you? Explain what you're doing and trying to do a little more, and I should be able to help. I've populated comboboxes before from both Access and Excel.