ActiveX component can't create object

S

Steve

I go to create a database from template and get an
error:"ActiveX component can't create object" What should
I do to fix that/
 
A

Amy Vargo

Hi,

My name is Amy Vargo. Thank you for using the Microsoft Access Newsgroups.
The issue is either caused by a missing reference or a need to register the
dao360.dll file. To resolve the issue, first open your database. Go to
Modules,
then click New. This will open the Visual Basic Editor window. Go to
Tools,
References. Look at the references that have a check mark. If any checked
references are preceeded by the word "MISSING", uncheck that reference.
Click OK,
then close and save the module. Now test.

If the issue remains, open a Find window. Click Start, Find/Search.
Search in all
files and folders of your C: drive for regsvr32.exe. Now minimize this
window and
open a second Find window. Search for dao360.dll on the C: drive. Now
align both
Find windows side-by-side and drag the icon for the dao360.dll file ontop
of the
icon for regsvr32.exe, located in the Windows\System folder. You should
get a
message that it succeeds. Click OK, then close both Find windows. Now
test to see if you get the error.

For more information, please see the article below.

319841 ACC2000: Error Message: ActiveX Component Can't Create Object
http://support.microsoft.com/?id=319841



I hope this helps! If you have additional questions on this topic, please
respond back to this posting.


Regards,

Amy Vargo
Microsoft Access Engineer


This posting is provided 'AS IS' with no warranties, and confers no rights.
You assume all risk for your use. © 2001 Microsoft Corporation. All rights
reserved.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top