Hi everyone,
I need a string manipulation function to return all of the text to the left of a comma. For example..
City, Large: Territory
Suburb, Midsize:
With the two records above, I would like to return "City" for the first record.
For the second record, I only want to return suburb.
Thank you for you help!!!!
I need a string manipulation function to return all of the text to the left of a comma. For example..
City, Large: Territory
Suburb, Midsize:
With the two records above, I would like to return "City" for the first record.
For the second record, I only want to return suburb.
Thank you for you help!!!!