When I add a new record to the inventory table using a form I need to create 1 new record automatically in the related transaction table. The InventoryID autonumber field is connecting these two tables in the relationships. The InventoryID autonumber is the only data to be shown in the new record. I either need code in the Afterupdate property for the InventoryID field or a command button on the form that will do this.