Access the answers to your technology questions today.
Subscribe Now
30-day free trial. Register in 60 seconds.
What Makes Experts Exchange Unique?
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.
Try it out and discover for yourself.
Subscribe Now
30-day free trial. Register in 60 seconds.
Join the Community
Give a Little. Get a Lot.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Join the Community
by: mick2000Posted on 2000-09-19 at 04:00:06ID: 4353612
The error: "ActiveX component can't create object" is normally to do with registry settings. There is a dll involved that needs to be re-registered. Reinstall the program may help.
om/support /kb/articl es/Q230/7/ 26.ASP?LN= EN-US&SD=g n&FR=0
It may actually be a built in limitation of VBA. While VBA allows you to create references to RDO on a development machine that has VB or C++ installed, it actually doesn't allow it to distribute this solution to a customer that does not have these tools installed. If VB or Visual C++ is installed (as in the situation above), it may work on the end user's machine but this solution isn't supported by MS. MS suggests using ODBCDirect & DAO to access the data. The link below connects to a MS Technical document that discusses this problem.
http://support.microsoft.c
Hope this helps you