Hello All,
I have developed an application using Ms Access 2000. My client has Access 2003. I shipped him the code yesterday and he got an error hile running the application via the mdb file itself. The line of code is
If Trim(EmployeeName) <> "" And Trim(EmployerName) <> "" Then
The "trim" function is highlighted and the msgbox says
Compile error - cant find project or library.
This is the issue I have
1. I cant reproduce this error - so i need to provide a solution that I am sure will work at his side
2. I have sent him a screenshot of the references selected in my VB project references.
3. Is this some issue with the support for trim function in different versions of
Access. I dont want to write some other check condition in place of trim and then get another mail saying that that doesnt work too.
Please help, and thanks in advance
Nanda