Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Access 2000 can't find various libraries

Status
Not open for further replies.

ronnies

Programmer
Sep 10, 2000
12
US
I am having a problem with Access 2000 not being able to find various libraries. ex "Date" functions and even chr$() functions.

Is this a quirk with Access 2000 or some other error. This happens on more than one PC.
 
Hi

quirk yes not just 2000,

open a form in design view goto a code module and from the menu select Tools->references

un-check any that have "missing" this is usually all you have to do. (for each pc)
or
do the above on a standard pc recompile and distribute the newly compiled ver (i havn't tried this yet so let us know if it works)

i get this all the time access is looking for library modules/dlls likely from other programs you have like VB etc, or libraries in different locations like if you develope on an nt box and run on a 9x box

HTH


Robert Dwyer
rdwyer@orion-online.com.au
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top