E
everymn
Hi,
I have a large memo field from which I'd like to display only the last
5 characters. I thought the way to do this would be to set the
control source to this:
=Right$([f5],5) or this
=Right([f5],5)
but in either even it's giving me #Error. If I just set it to [f5]
then the full text displays so the source is good but evidently I'm
phrasing it wrong. The same thing is happening in both memo and text
fields. Could someone tell me what the correct syntax is?
Thank You
I have a large memo field from which I'd like to display only the last
5 characters. I thought the way to do this would be to set the
control source to this:
=Right$([f5],5) or this
=Right([f5],5)
but in either even it's giving me #Error. If I just set it to [f5]
then the full text displays so the source is good but evidently I'm
phrasing it wrong. The same thing is happening in both memo and text
fields. Could someone tell me what the correct syntax is?
Thank You