J
JLR
I have a column named Group_2 which represents a bunch of names with data I
don't need.
For instance, some of the data comes over in the tables as
Ashburn(1456)
Westfield(12346)
Joe Smith(21324)
I am trying to do 2 things here...
1. Remove the numerics and paranthesis completely
2. Substitute the name Joe Smith with Jane Doe (for example)
How do I write an expression to do this and do I have to do this in an
additional table, or can I do it in a query?
don't need.
For instance, some of the data comes over in the tables as
Ashburn(1456)
Westfield(12346)
Joe Smith(21324)
I am trying to do 2 things here...
1. Remove the numerics and paranthesis completely
2. Substitute the name Joe Smith with Jane Doe (for example)
How do I write an expression to do this and do I have to do this in an
additional table, or can I do it in a query?