Left( )

J

Jim/Chris

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))
 
Top