Your References collection could be messed up.
References problems can be caused by differences in either the location or
file version of certain files between the machine where the application was
developed, and where it's being run (or the file missing completely from the
target machine). Such differences are common when new software is installed.
Is it an MDB or an MDE?
If it's an MDB, open the VB Editor and select Tools | References from the
menu bar. Examine all of the selected references.
If any of the selected references have "MISSING:" in front of them, unselect
them, and back out of the dialog. If you really need the reference(s) you
just unselected (you can tell by doing a Compile, available on the Debug
menu when you're in the VB Editor), go back in and reselect them.
If none have "MISSING:", select an additional reference at random, back out
of the dialog, then go back in and unselect the reference you just added. If
that doesn't solve the problem, try to unselect as many of the selected
references as you can (Access may not let you unselect them all), back out
of the dialog, then go back in and reselect the references you just
unselected. (NOTE: write down what the references are before you delete
them, because they'll be in a different order when you go back in)
--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no private e-mails, please)
"Penny" <(E-Mail Removed)> wrote in message
news:9AE13B3C-24C3-4E92-8E0E-(E-Mail Removed)...
> Hi,
>
> I'm not a programmer, but more of a database person. We've got this
> application that users all over the office have been using for almost 10
> years now. Suddenly one of the client machines is getting runtime 429
> ActiveX can't create object. Nothing has been changed, so I don't get why
> this is suddenly an issue.
>
> I've seen this error before, and still to this day don't know how to fix
> whatever it is that it's complaining about. This app worked fine on the
> computer on Friday, now suddenly it's complaining about something????
>
> This is access XP on a pentium III machine with 256mb of RAM