update workbooks set 
 Notes=:Notes,
 CustomerPrintName=:CustomerPrintName,
 EngineerPrintName=:EngineerPrintName
 where WID=:WID

