G
Guest
Folks,
I am using this expression (that one of you helped me with a while back).
CorrectZip: IIf([Zip] Like "#####-",Left([Zip],Len([Zip])-1),IIf([Zip] Like
"#########",Format([Zip],"@@@@@-@@@@"),[Zip]))
All of a sudden (and not in the old databases I am using this in) I am
getting the following message:
Undefined function 'Left' in expression
Thanks for your help.
I am using this expression (that one of you helped me with a while back).
CorrectZip: IIf([Zip] Like "#####-",Left([Zip],Len([Zip])-1),IIf([Zip] Like
"#########",Format([Zip],"@@@@@-@@@@"),[Zip]))
All of a sudden (and not in the old databases I am using this in) I am
getting the following message:
Undefined function 'Left' in expression
Thanks for your help.