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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Help with Access 2002

Status
Not open for further replies.

cindyray

Programmer
Jun 12, 2001
24
US
I am trying to access a report in Access 2002 and I get an activex error. The error is: Runtime error 429. ActiveX can't create object.

I'm using this to begin the call to the report:

Dim MSAccess As Access.Application
Set MSAccess = New Access.Application

I have the Microsoft Access 10.0 Object Library referenced.
The report worked with Access 2000.
The debugger highlights the second line and MSAccess is nothing when I run the mouse over it.

Any ideas on what to do.
 
Check your references. Your probably referneces DAO 3.0, if you are change it to 3.6 and it should work
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top