G
Guest
I have a field in which some of the records end with text enclosed in parens:
parameter value remark PCODE_ID units
Air Temp (deg C) 9.16 20 degrees C
I want to delete the space and all the text enclosed in the parens.
Here's what I've been trying:
UPDATE ResultsIBWC_ws SET ResultsIBWC_ws.parameter = Replace([parameter],"
(*)","");
Please help me see what I'm doing wrong.
Thanx
parameter value remark PCODE_ID units
Air Temp (deg C) 9.16 20 degrees C
I want to delete the space and all the text enclosed in the parens.
Here's what I've been trying:
UPDATE ResultsIBWC_ws SET ResultsIBWC_ws.parameter = Replace([parameter],"
(*)","");
Please help me see what I'm doing wrong.
Thanx