Hopefully that title made you chuckle... I have a field called 'potency' which resides on a master table. On the child table I have the same field listed. I'd like to have my query set to pull information from the master table 'potency' as a general guideline so to speak, but allow the user to update that value and append it to the child table and not the master table. I don't know how to do this or if it's possible. Is this a relationship issue? Right now, I have the query pulling 'potency' from the master table and other fields from the child table. Problem is, when the user updates the potency value, the master table's value is updated.