I am trying to update a field with the contents of 2 fields "After Record UPdated" Here is what I am using but I must be missing something because I get PHP errors.. global $conn; $strUpdate="UPDATE DataPath_Outsourcer SET New_OS_Comments = concat(DriverAuthor,Enter Comment)"; db_exec($strUpdate,$conn); Thanks in advance for your help.