Hi,
I converted an access 2003 mdb into an access 2007 accdb. The references checked are:
- Visual Basic For Application
- Microsoft Access 12.0 Object Library
- OLE Automation
- Microsoft ActiveX Data Objects 2.8 Library
- Microsoft Visual Basic for Applications Extensibility 5.3
- Microsoft ActiveX Data Objects Recordset 2.8 Library
- Microsoft Office 12.0 Authorization Control 1.0 Type Library
- Microsoft Office 12.0 Access database engine Object Library
I get the "Method or data member not found" error on two statements:
<< If MyTable1.NoMatch Then ....>> .NoMatch is the highlighted error here. I removed that statement just to see if it was the only one, but I got the same error on:
<< MyTable1.Edit >> .Edit is the highlighted error this time.
*** It was working perfectly well in access 2003, with the reference << Microsoft DAO 3.6 Object Library >> that cannot be used in access 2007 of course ***
Thank you in advance for your help.
I converted an access 2003 mdb into an access 2007 accdb. The references checked are:
- Visual Basic For Application
- Microsoft Access 12.0 Object Library
- OLE Automation
- Microsoft ActiveX Data Objects 2.8 Library
- Microsoft Visual Basic for Applications Extensibility 5.3
- Microsoft ActiveX Data Objects Recordset 2.8 Library
- Microsoft Office 12.0 Authorization Control 1.0 Type Library
- Microsoft Office 12.0 Access database engine Object Library
I get the "Method or data member not found" error on two statements:
<< If MyTable1.NoMatch Then ....>> .NoMatch is the highlighted error here. I removed that statement just to see if it was the only one, but I got the same error on:
<< MyTable1.Edit >> .Edit is the highlighted error this time.
*** It was working perfectly well in access 2003, with the reference << Microsoft DAO 3.6 Object Library >> that cannot be used in access 2007 of course ***
Thank you in advance for your help.