Thank you PH,
When I run the code, I get the message that records are being updated in the table. However, when I view the table, the Assignee field is blank. When I see the Immediate window, I see
UPDATE Table1
Set Assignee = ''
WHERE Table1.SubId IN('OPQ','RST')
Also, my update query...