Can't find Project or Library

  • Thread starter Thread starter Kevin Sprinkel
  • Start date Start date
K

Kevin Sprinkel

Hello, all.

I've been working on a project at work that I frequently
take home on a Zip disk. After overwriting my home file
with the newest version from work tonight, on loading the
application, I got an error: "Complie error: Can't find
project or library", with the cursor on the line

Format(curResult, curFormat)

I was unable to exit, and forced to <Ctrl>-<Alt>-<Del>,
End Program.

Does anyone know what's going on?

TIA
Kevin Sprinkel
 
From the VB editor open the Tools menu and select References. Look for any
missing references and reinstall them. If this does not help then sometime
in my experience the vb library becomes corrupt and by using the
reinstall/repair feature from the Access help menu solves this problem.
HTH
 
Back
Top