Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ActiveX DataGrid in Access 2003

Status
Not open for further replies.

rknmsp

Programmer
Sep 9, 2004
9
US
I have been given an Access 2003 app that is erring. It has a segment on a form where it attempts to create an ADO recordset object and databind it to and ActiveX Grid control. The code has

Set <grid name>.DataSource = <ADO recordset>

I get a message box that says Object doesn't support this Property or Method.

This apparently used to work properly until some MS updates were installed a few days prior. Does anyone have any insight/assistance?

Thank you
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top