I am trying to remove the last character from a field with variable length. I have tried the following several times and I continue to get an "Invalid Syntax" error.
Please help.
Code:
Left([EName], Len[EName] -1)
Comment