N
nadesico
I am having trouble with this simple problem. I have a field that has every
entry ending with a comma. Example,
apple,
plum, pear,
grape, orange, peach,
and basically all I want to do is remove the last comma from each record. I
tried using
Fruit: Left([Field1], instr[Field1], ",")-1)
but this only displayed the first fruit and not the rest if there were more
than 1. Any help would be greatly appreciated.
Thanks
entry ending with a comma. Example,
apple,
plum, pear,
grape, orange, peach,
and basically all I want to do is remove the last comma from each record. I
tried using
Fruit: Left([Field1], instr[Field1], ",")-1)
but this only displayed the first fruit and not the rest if there were more
than 1. Any help would be greatly appreciated.
Thanks