HI I am trying to strip out any apostrophes ' from the last name field but can't seem to get this to work. UPDATE ptinfo SET L_name = (SRPL(L_name, ''''', '''', 0))
I think the number of single quotes is messing me up. Thanks for any suggestions Marc

