Hi,
I have a problem in one of the MS Access systems at work. I am using some database functions that requires the DAO reference. The system is working fine on my PC, however it occurs on the clients PCs. I am using Access 2003.
Whenever the use clicks on a specific button that has a code which creates a specific Code through a number of steps the following error appears:
I am using this 'Right(Cstr('00 00' & [Last_No]),4)' to generate a 4 digit code to be appended later on to another part.
After doing some search I found out that this problem is identified by Microsoft here : http://support.microso ft.com/kb/194374 , the problem seems to be with the function "Right".
I did the manual solution to refresh the references, and it solved the problem, however from time to time it re appears and I have to do the steps again. It is hard to do it on a large number of clients :(
I also tried the code which do the manual refreshing automatically but it didn't work, I guess the code is for Access 97.
Please anyone help, I am really desperate, if there is another way to do the 4 digit code or some changes to make the refreshing code work I'd really appreciate it ...
Thanks in Advance
I have a problem in one of the MS Access systems at work. I am using some database functions that requires the DAO reference. The system is working fine on my PC, however it occurs on the clients PCs. I am using Access 2003.
Whenever the use clicks on a specific button that has a code which creates a specific Code through a number of steps the following error appears:
Function is not available in expressions in query expression 'Right(Cstr('00 00' & [Last_No]),4)'.
After doing some search I found out that this problem is identified by Microsoft here : http://support.microso ft.com/kb/194374 , the problem seems to be with the function "Right".
I did the manual solution to refresh the references, and it solved the problem, however from time to time it re appears and I have to do the steps again. It is hard to do it on a large number of clients :(
I also tried the code which do the manual refreshing automatically but it didn't work, I guess the code is for Access 97.
Please anyone help, I am really desperate, if there is another way to do the 4 digit code or some changes to make the refreshing code work I'd really appreciate it ...
Thanks in Advance
Comment