J
John Harrington
I have a field in a report that is a comma delimited list.
What I'd like is a function that will delete all after the first
comma, so that I get the first value only.
For example "Fred, Barney, Wilma" becomes "Fred".
In other words, I'd like whatever the VBA equivalent is of:
s/,.*//
If "Replace" is the fxn I need, I'm not sure how to make it do this.
Thanks in advance,
John
What I'd like is a function that will delete all after the first
comma, so that I get the first value only.
For example "Fred, Barney, Wilma" becomes "Fred".
In other words, I'd like whatever the VBA equivalent is of:
s/,.*//
If "Replace" is the fxn I need, I'm not sure how to make it do this.
Thanks in advance,
John