S
strewartha
I am trying to use the replace function in an update query to eliminate text
in a field; the field contains first and last names. However, sometimes the
name contains an alternate name or unofficial name in parenthesis. For
example the field usually contains syntax like "John Doe" but sometimes
contains syntax like "William (Bill) Cherry".
I need a query that will get rid of all instances of the parenthises and the
name inside the parenthesis so the result is "William Cherry".
I have tried several things to no avail.
Any help would be appreciated.
in a field; the field contains first and last names. However, sometimes the
name contains an alternate name or unofficial name in parenthesis. For
example the field usually contains syntax like "John Doe" but sometimes
contains syntax like "William (Bill) Cherry".
I need a query that will get rid of all instances of the parenthises and the
name inside the parenthesis so the result is "William Cherry".
I have tried several things to no avail.
Any help would be appreciated.