Left( )

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am trying to execute the following line, but it errors out by telling me "Can't find project or library" What reference is needed

strCurrentPersonLeaveCode = Trim(Left(recLeaveHistory("sLeaveCodeIDf"), 6)

Thank you.
 
-----Original Message-----
I am trying to execute the following line, but it errors
out by telling me "Can't find project or library" What
reference is needed?
strCurrentPersonLeaveCode = Trim(Left(recLeaveHistory ("sLeaveCodeIDf"), 6))

Thank you.
.
Hi Greg,
use Tools|References to view the references dialog. A the
top you will see checkboxs indicating libraries that are
referenced by your project. Look for one (or more) that
states that the library is missing. It may be simply a
case of unselecting and then scrolling through the list to
find the current version.

Luck
Jonathan
 
Sounds like you might be having some reference problems.
Try one of these
http://members.rogers.com/douglas.j.steele/AccessReferenceErrors.html

http://members.iinet.net.au/~allenbrowne/ser-38.html

http://www.trigeminal.com/usenet/usenet026.asp

Jim

-----Original Message-----
I am trying to execute the following line, but it errors
out by telling me "Can't find project or library" What
reference is needed?
strCurrentPersonLeaveCode =
Trim(Left(recLeaveHistory("sLeaveCodeIDf"), 6))
 
Back
Top