M
M Skabialka
I made some changes to a database and put it out for users but they are
getting errors:
Function is not available in expressions in query expression
'IIf(Left({DocName],1)="L",Mid([DocName],3,20),[DocName])]'
The fix I found on the Internet was to go into Tools References in the code
module, add a reference, close the databse, go back in and remove it. Then
everything works fine.
But I don't want to have to do this on every machine. Is there some code I
can add somewhere that solves this problem so that I don't have to let users
see me getting into the code window on their machine?
getting errors:
Function is not available in expressions in query expression
'IIf(Left({DocName],1)="L",Mid([DocName],3,20),[DocName])]'
The fix I found on the Internet was to go into Tools References in the code
module, add a reference, close the databse, go back in and remove it. Then
everything works fine.
But I don't want to have to do this on every machine. Is there some code I
can add somewhere that solves this problem so that I don't have to let users
see me getting into the code window on their machine?