Form errors specific to my own PC

RSW

Registered User.
Local time
Today, 10:40
Joined
May 9, 2006
Messages
178
I get "Method or data member not found" errors on several different databases when I open them on my PC. On some databases, I get errors on virtually everything I click (On Enter, On Click, On Dbl Click errors, among others).

I've done some research into these errors. Looking at my VBA code, nothing looks problematic at first glance. And here's the kicker: the databases work perfectly fine on other PCs. The exact same databases, run from the exact same location (yes, I know it's bad form to have a front-end database set up where multiple users can get into it, but that's a discussion for another day...and this happens when the same database file is emailed to different users/PCs, also).

Has anyone seen anything like this before? Any thoughts?
It's obviously making it tough to maintain the various databases from here!

Thanks in advance!
 
When apps run fine on one machine and not on another or run fine in one version and not when run under a newer version, the first thing you have to think about are missing references.

If you haven't checked for this before, here are Doug Steele's detailed instructions on how to troubleshoot the problem:

http://www.accessmvp.com/DJSteele/AccessReferenceErrors.html

Linq ;0)>
 
Thank you both! I'll try that out.
 

Users who are viewing this thread

Back
Top Bottom