Access message

  • Thread starter Thread starter Keith Bradley
  • Start date Start date
K

Keith Bradley

I try to load a data file from Trade Power Suites into
access, when I do I get a message "The expression on Open
You entered as the event property setting produced the
following error: Can't find project or library." Any help
would be appreciated very much.

Thanks

Keith
 
Probably references.

Open the module of the form.
From the Tools menu, choose References.
Any checked marked "MISSING"?

For more information on references, and which ones you need for your version
of Access, see:
http://allenbrowne.com/ser-38.html

If that is not the issue, choose Compile from the Debug menu (code window).
Fix any error, and repeat until the project compiles.

If none of that works, it is possible that the name of your project is
fighting with something else. On the Tools menu of the code window, you will
see an item named
xxxx Properties
where "xxxx" is the name of your project. You can change the name there if
that is a problem (for example, if your project name is the same as a
reserved word such as Date, Name, or Then.
 
Back
Top