I want to be able to update multiple records, based on the user changing one record. I have a table called 'comps', and each record in this table has a field called 'groupname' to associate it with a group of graphics). The value of 'approved' is 'null' by default for each new record. I want a user to be able to come in and change one record so that the value of 'approved' becomes 'yes'. My problem is getting all the other records with the same 'groupname' to automatically change their value of 'approved' to 'no'. Am I making sense? [sig][/sig]