I'm trying to copy data from an Employee table into a Termination table. I select a SocSecNbr from one form and have it open the Termination form. If it finds related records it display them correctly. The problem comes in when there is no record and it opnes a "NEW" record. At this point I want to copy data from my Employee table into the Termination table. However, I get errors that indicate I can't update these fields. If I use an unbound field it updates correctly but I want to place data into fields that are bound to the Termination table. Can this be done or am I at a dead end?