trim after a character
trim after a character
How do I trim a field after a character in the field?____Candles/Light = Light__DOG/CATS = CATS ______Thanks, Jacquie
=> RE: trim after a character
You could use:__WORD(fieldname,"/",2)______Kathleen__R&R Support
==> RE: trim after a character
I tried that and I get an error message "Invalid argument". I am using the assoc field in MOM.__
===> RE: trim after a character
Sorry, I reversed the arguments incorrectly.____Try:__word(ASSOC,2,"/")____Kathleen__R&R Support