Hello All,
I am having trouble using Access 97. When compiling a module containing the following line of code,
strFirstName = Right(strFullName, intFullNameLength - intCommaPosition)
I receive the following error message:
Compile Error
Can't Find Project Or Library.
When I click ok, the system highlights the word "Right".
After examining the object library, I have determined the libary for the right function is called "Visual Basic For Applications." Which is located in C:\Program Files\common Files\Microsoft Shared\VBA\VBA332.dll.
Does anyone have an idea as to what is causing this error?
I am having trouble using Access 97. When compiling a module containing the following line of code,
strFirstName = Right(strFullName, intFullNameLength - intCommaPosition)
I receive the following error message:
Compile Error
Can't Find Project Or Library.
When I click ok, the system highlights the word "Right".
After examining the object library, I have determined the libary for the right function is called "Visual Basic For Applications." Which is located in C:\Program Files\common Files\Microsoft Shared\VBA\VBA332.dll.
Does anyone have an idea as to what is causing this error?