A
abc
i have a memo field consisting of 600 characters. i need to query the
first 255 characters which will display this text. please help!
first 255 characters which will display this text. please help!
RightOfMemo: Right([somefieldname],510,256,255)
and i'm getting an error message that i have the wrong number of
arguments... can someone help!
i need the LEFT, MID, RIGHT fields to pull the first 255 characters,
next 255 char, and the last 255 characters.. because I'm connecting
this to Infopath (which does not support memo types).
using :Right([somefieldname], 255) (from above)
gives me the same results as using "LEFT".
please help! i need to pull the last 255 characters.