hi guys,
i have a list of names with came with some random characters in a bracket, which is not fixed numbers of characters, it could range from 4 to 10. etc
Name
James bond (MY0111)
Bonnie James (Taman Cheers)
i am trying to make a update query that removes the characters including the bracket so the result will be
James Bond
Bonnie James
tried using wildcard in the function but not working.
replace(raw.[names], "(*)", "")
but this returns with no changes.
Please help me with this as my project is dueing tomorrow and i have yet to find a way to work around this.
regards
Shermund
i have a list of names with came with some random characters in a bracket, which is not fixed numbers of characters, it could range from 4 to 10. etc
Name
James bond (MY0111)
Bonnie James (Taman Cheers)
i am trying to make a update query that removes the characters including the bracket so the result will be
James Bond
Bonnie James
tried using wildcard in the function but not working.
replace(raw.[names], "(*)", "")
but this returns with no changes.
Please help me with this as my project is dueing tomorrow and i have yet to find a way to work around this.
regards
Shermund