Ok, I've asked similar questions to this in the past, but I need to re-vamp this department database once again, under a new set of criteria. Is there an easy way for a field on a form to be copied to multiple tables at once? For instance, on my "Graduate Student" form there's a field called "Address" which is a field in the "Grad Student Info" table, the "Information" table, as well as the "Mailing" table. At present, the record source for the form is from the "Information" table, is there any way that data entered to that field (adding a new address) can be entered not only to the information table, as well as the other two with like-named fields, preferably without adding a segment of VB code for each like-named field in the tables, (they just added 55 new ones! EEP!) I should add that all my tables are linked by a "MasterID" field, linked by one "Master" table.