Hello,

I'm a total newbie to this and floundering around quite badly with online tutorials.

I'm using VB6 and want to use that as the frontend for my Access table
and display select queries results.

So far I've managed to open my Access Recordset in VB and also to link a data control to a query. With the latter, as I click on the navigation buttons I see the items appearing in a label. But I cannot get them into a combo box list. Nor can I find the values into the debug window - and from there perhaps run through an AddItem loop, if that is how it's done?

Have also tried setting the combo box style set to 0, the DataSource to the datacontrol and the DataField to the Field name, but there's no dropdown list so I must have missed something.

Any help appreciated.