David Trickett
Registered User.
- Local time
- Today, 09:28
- Joined
- Nov 20, 2002
- Messages
- 16
I have just had a major failure & had to re-install Windows, Office & just about everything else.
In the initialisation routine in my database I have:
Dim dbs As Database
Set dbs = CurrentDb
This has never given any trouble before.
Now on trying to execute the "Set dbs" line I get the run time error:
Run time error 429
ActiveX component can't create object
I have tried uninstalling & reinstalling but no use.
This is a critical problem since I am building a major project for my work & have been brought to an abrupt halt. Any help would be much appreciated.
Image of error message attached.
Thank you
In the initialisation routine in my database I have:
Dim dbs As Database
Set dbs = CurrentDb
This has never given any trouble before.
Now on trying to execute the "Set dbs" line I get the run time error:
Run time error 429
ActiveX component can't create object
I have tried uninstalling & reinstalling but no use.
This is a critical problem since I am building a major project for my work & have been brought to an abrupt halt. Any help would be much appreciated.
Image of error message attached.
Thank you