Hello!!!

I want to build a form with an ADO data control and an OLE object which displays the appropriate data field from the database that the ADO data control connects to.

The problem is that I cannot set the datasource property of the OLE object to the ADO data control, because this property accepts only DAO and RDO data controls.

I thought about building an ActiveX which would answer this problem, but I first wanted to know if you have any idea.

Thanks!!!