This should be easy but I’ve been struggling with it for hours and nothing works. Right now, I’m trying to pull out the left 20 characters of a memo field. The SQL I’m using is:
Left([Problems]![Problem],20) AS Title
It’s returning #Error. I thought it might need Left$ but that does not help. Some of the entries might be less than 20 (minimum is four) so I changed the 20 to 2 and that did not work either. Finally, I tried replacing the Problem memo field with a string field and it still did not work. It’s got to be something simple that I’m overlooking but I just do not see it.
Any suggestions?
If I ever get this working, I’ve got to deal with a) fields with less than 20 characters and getting this break to happen at a space between words if you have any suggestions about that. (Some fields have only one word with no spaces.)
Ronny