Error message "Can't find project or Library"

K

KateL

I have an old database that was originally written in 97 and then coverted to
2000 and used with SP1, I have just moved to SP3 and have an error message:

"Compile error: Can't find project or Library" with the word FORMAT
highlighted in the code. I have tried to look under the tools menu for
references but the references option is greyed out.

Any help please!!
 
K

KNathe

You will need to add in missing References to Libraries in the VBA window.
Bring up VBA, you can do this by opening an existing Module, or creating a
new one, then under Tools, select References. Any missing libraries will be
prefixed by the word "MISSING: [library name]" where [library name] is the
name of the library in question.
In order to be able to add libraries, you need to NOT be in the midst of a
debug session - which gets run when you run into an error such as a missing
library... So, open your dbase, make sure no modules load when you do, then
in dbase window open any module, then you should have the References option
available.
HTH
-Khyle-
 
Top