Can't find project or library

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I created a small bill of material program in Access VBA that works great on
my computer. When I copied the mdb to my work partner's computer and run it I
get the error "Can't find project or library" on the simplist command line
REQD_DEL=Date + 14 (and others). I've tried to open TOOLS>Refrences but it is
grayed out and not available. I check the Access installation options to make
sure the full features are loaded and still do not have the refrences.

Thanks!!!
 
You must be in a module in order to view the references. In addition, all
code must be stopped.
 
Ok, stopped the code and refrences became available. Both computers have the
same refrences checked and in the same folders under program files\common
files\microsoft shared\vba\vba6\...
What's Next?
Thanks!
 
Do the version numbers match for each reference? Does each machine have the
same version of MDAC installed?

Dan.
 
Found the problem. Even though the "msadox.dll" was in the same folder,
refrences was counting it missing. I browsed for it, selected it, and now the
program runs.
Thanks!
 
Back
Top