I am trying to replace a string variable within a string in a field as such \\Computername\FTP\<companyname>. I want to exchange the <companyname> and update it with an actual company name. The field type is a varchar and I am just trying to zip through the table and replace all the variables with actual values within that field. Can anyone help with this?