Wrox Home  
Search P2P Archive for: Go

  Return to Index  

activex_data_objects thread: ADO VB controls in Access


Message #1 by Tim Case <TCase@p...> on Fri, 15 Jun 2001 16:51:12 -0700
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...

Message #2 by "Simply Red" <simplyred@e...> on Wed, 20 Jun 2001 06:21:55
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...


  Return to Index