thanks, i'll try that but what if it isn't actually 1 through 5, can i have
where GroupID = 1 and 4 and 9
or
where GroupID in(1,4,9)
or
where GroupID = 1, 4, 9
which one of these do you think would work? and just to be clear: an update can work to insert "None" even though there was...