PDA

Click to See Complete Forum and Search --> : Rowsource for ado/datacombo


lew
Mar 28th, 2000, 06:09 AM
I am trying to create a datacombo with an ado connection (using an Access table as the source). When Rowsource is selected in datacombo properties, there is a message that an intrinsic control or RDO is required. Data Source is set to the ado control. I've tried it with an intrinsic data control and it works. There is probably something very basic I am doing wrong (I am new to VB). Can anyone help?
Thanks.

marzuki
Mar 29th, 2000, 10:56 AM
I think you use DBcombo or ComboBox. try to use DataCombo ( go to project -> component and tick Microsoft Datalist Control(OLEDB)

lew
Apr 4th, 2000, 05:13 AM
Thanks. That was the problem.
lew