Please Help Me!

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

Guest

I developed an Acess Application that runs perfectly in my computer, but when
the users try to use it pop ups a message that says:

Microsoft Office Access
429: ActiveX component can't create object

This is associated with a comand that use the microsoft outlook to create a
folder and use it to create email messages.

I'm convinced that this has something about the Acess9db References, but how
can I be sure that all computers in all users have the correct access
configuration?
And how can I find where are the errors to correct this?

Apreciate any help.

Thanks a lot.
 
Nuno Guerra said:
I developed an Acess Application that runs perfectly in my computer, but
when
the users try to use it pop ups a message that says:

Microsoft Office Access
429: ActiveX component can't create object

This is associated with a comand that use the microsoft outlook to create
a
folder and use it to create email messages.

I'm convinced that this has something about the Acess9db References, but
how
can I be sure that all computers in all users have the correct access
configuration?
And how can I find where are the errors to correct this?

Apreciate any help.

Thanks a lot.

It sounds like you have an ActivX control registered on your machine which
isn't registered on the other. Personally I avoid ActivX for just this
reason.

Keith.
www.keithwilby.com
 
Back
Top