Can't find project or library

accesser2000

New member
Local time
Today, 04:47
Joined
Dec 3, 2012
Messages
1
I am using VBA for MS Access 2003. I left this project since 4 years and I know back to it as mass needs forced me to use it again.

I use trim function. it raises the compile error: can't find project or library. I know that the solution is by adding the library in the References item from the Tools menu. Thus What are the minimum libraries that I should add so that these basic problems solved. By the way: I already added the Microsoft Visual Basic for Applications Extensibility 5.3.

Please help
Thanks
 
Welcome aboard:)
There is no minimum for libararies. The libraries you need are based on what your code has referenced. Usually, you will see the word "MISSING" preceeding the library reference that Access can't find. If you don't see it, try compiling the project. The compile errors should give you some clue regarding what library is needed.
 

Users who are viewing this thread

Back
Top Bottom