ActiveX control can't create object

Kapay

New member
Local time
Today, 17:02
Joined
Mar 21, 2002
Messages
8
Can someone help.
I design a database application that runs well in my computer without any error. I tried to transfer this application in another computer and when I tried to run the application,this error comes up:
Run-time error "429"
ActiveX component can't create object.

When I tried to debug,the system highlighted the the line in my code:

Set db = Currentdb
 
Make sure you have the ActiveX component registered on the second machine... chances are the reference is missing. In debug mode, stop the process and go to the Tools menu and select References. The list should show a broken reference, indicating that the control needs to be installed and/or referenced with the same version running on your machine.
 

Users who are viewing this thread

Back
Top Bottom