Access - ActiveX component

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

When I try to use the wizard to create a new Access form, I get the error
message: ActiveX component can't create object.
 
Hi.
When I try to use the wizard to create a new Access form, I get the error
message: ActiveX component can't create object.

You may need to re-register your DAO library. Click Windows Start, and then
click Run. To register the DAO 3.6 library located in the default
installation directory (change the path below if yours is located in a
different directory), use the following command:

Regsvr32.EXE "C:\Program Files\Common Files\Microsoft Shared\DAO\DAO360.DLL"

If that doesn't work, then you may need to re-register your ACCWIZ.DLL
library. To register this libary located in the default installation
directory for Office 2003 (change the path below if yours is located in a
different directory), use the following command:

Regsvr32.EXE "C:\Program Files\Microsoft Office\OFFICE11\ACCWIZ.DLL"

If that doesn't work, then please see the other steps to take listed in the
Microsoft Knowledge Base article, "You receive a 'ActiveX component can't
create object' error message when using Access" on the following Web page:

http://support.microsoft.com/default.aspx?id=319844

HTH.

Gunny

See http://www.QBuilt.com for all your database needs.
See http://www.Access.QBuilt.com for Microsoft Access tips.

(Please remove ZERO_SPAM from my reply E-mail address, so that a message
will be forwarded to me.)

- - -
When you see correct answers to your question posted in Microsoft's Online
Community, please sign in to the Community and mark these posts as "Answers,"
so that all may benefit by filtering on "Answered questions" and quickly
finding the right answers to similar questions. (Only "Answers" have green
check-marks.) Remember that the best answers are often given to those who
have a history of rewarding the contributors who have taken the time to
answer questions correctly.
 
Thank you so very much! It now works!!!!

'69 Camaro said:
Hi.


You may need to re-register your DAO library. Click Windows Start, and then
click Run. To register the DAO 3.6 library located in the default
installation directory (change the path below if yours is located in a
different directory), use the following command:

Regsvr32.EXE "C:\Program Files\Common Files\Microsoft Shared\DAO\DAO360.DLL"

If that doesn't work, then you may need to re-register your ACCWIZ.DLL
library. To register this libary located in the default installation
directory for Office 2003 (change the path below if yours is located in a
different directory), use the following command:

Regsvr32.EXE "C:\Program Files\Microsoft Office\OFFICE11\ACCWIZ.DLL"

If that doesn't work, then please see the other steps to take listed in the
Microsoft Knowledge Base article, "You receive a 'ActiveX component can't
create object' error message when using Access" on the following Web page:

http://support.microsoft.com/default.aspx?id=319844

HTH.

Gunny

See http://www.QBuilt.com for all your database needs.
See http://www.Access.QBuilt.com for Microsoft Access tips.

(Please remove ZERO_SPAM from my reply E-mail address, so that a message
will be forwarded to me.)

- - -
When you see correct answers to your question posted in Microsoft's Online
Community, please sign in to the Community and mark these posts as "Answers,"
so that all may benefit by filtering on "Answered questions" and quickly
finding the right answers to similar questions. (Only "Answers" have green
check-marks.) Remember that the best answers are often given to those who
have a history of rewarding the contributors who have taken the time to
answer questions correctly.
 
After looking in the other thread named cannot creat object, I ended up
reinstalling Office 2003 to no avail. I then found this thread and voila it
now works perfectly - THANKS!
 
cyberdude said:
After looking in the other thread named cannot creat object, I ended up
reinstalling Office 2003 to no avail. I then found this thread and voila it
now works perfectly - THANKS!
 
My client is having the same problem after installing MS Project 2007. His
computer now has two versions of MS Project (2002 and 2007). MS Access now
gives the "ActiveX component can't create object".

But the funny thing is that the function that automated MS Project works for
a few minuted (big VBA loop) and then the ActiveX message appears after about
the 70th iteration of the loop. The VBA function reads a bunch of .mpp files,
reads tasks, etc.

If this was really the problem, wouldn't the message appear as soon as
Access creates the MSProject object in code? I don't understand why the VBA
code succeeds in creating the MSProject object, loops through a few MS
Project files successfully, and then, after a few minutes...booom the
"ActiveX component can't create object" appears. When I step through the
code, the error happens on the line that creates the MSProject object. Why
doesn't this error appear on the first iteration? Note, each iteration
creates and closes an MSProject object.

Thanks!

Ray
 
Back
Top