I have a list of unique ids that I want to update some fields for those unique ids in a table. The fields are - "HMIG ind" - I want to change what is in that field to an "N".
"HMIG Members" - I want to change what is there to a 0 and the fields "HMIG Contracts" - I want to change what is there to a 0. How would I set up the update query since it is only for certain unique ids in that table?



