Access Not Working!!

johndoh!!

Registered User.
Local time
Today, 10:59
Joined
Oct 18, 2001
Messages
26
I have a access db that uses vba and works great on seven workstations, but does not function on the eighth. The database window opens with the switchboard visable, the buttons that open other forms from the switchboard work fine, but none of the vba (search records form, data entry form) work at all.

Any ideas on why this one system does not work?

Thanks,
D'oh!!
 
This is probably a references issue. Open any code module on the failing PC and then go to Tools/References. Look for the word MISSING. Search the archives here for additional resolutions.
 
Pat Hartman said:
This is probably a references issue. Open any code module on the failing PC and then go to Tools/References. Look for the word MISSING. Search the archives here for additional resolutions.

I had a similar problem, and it was the references. The only problem I have is those few machines where they had to change the references...have to change them EVERY time they open the database. Is there any way I can make them stick! The problem we have is that we have 2 different versions of outlook because of different operating systems. Its driving everyone crazy!
 
Thank you!!

Thanks for the help, i will give it a try.
 

Users who are viewing this thread

Back
Top Bottom