Does anyone know how to use data-bound VB controls in Access?
Specifically I would like a text box with the datafield property that I can
have bound with an ADO data control.
I know it seems strange to be asking how to use an ActiveX data-bound
control to display records in Access, but I can't stand Access controls and
I don't have to time to convert the project to VB6...
Sorry to tell you, but Access uses DAO as its engine for data access, and
you can't bind a DAO recordset to an ADO data control.
You might as well stick to what Access offers for data binding, besides,
it all works just fine
> Does anyone know how to use data-bound VB controls in Access?
>
> Specifically I would like a text box with the datafield property that I
can
> have bound with an ADO data control.
>
> I know it seems strange to be asking how to use an ActiveX data-bound
> control to display records in Access, but I can't stand Access controls
and
> I don't have to time to convert the project to VB6...