Access Program does not run the same on different computers

  • Thread starter Thread starter Loren
  • Start date Start date
L

Loren

I have written an access program in 2000 that runs fine on
15 different computers but it does not run on 3 that were
setup at the same time. Anyone know why the program will
run on some PCs and not on others??

Thx.
Loren
 
I have written an access program in 2000 that runs fine on
15 different computers but it does not run on 3 that were
setup at the same time. Anyone know why the program will
run on some PCs and not on others??

Depending on how it "doesn't run" - you don't say - it may be the very
common References bug. Open any module in design view, or open the
VBA editor by typing Ctrl-G. Select Tools... References from the menu.
One of the .DLL files required by Access will probably be marked
MISSING. Uncheck it, recheck it, close and open Access.

If none are MISSING, check any reference; close and open Access; then
uncheck it again. This will force Access to relink the libraries.
 
Back
Top