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
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