I have two forms for two tables in a one-to-many relationship.. What I want to do is to be able to fill out the form in the many table (which has the primary key of the "one" table) and have it create a record automatically in the "one" table. So as it stands now, Access states that other data is required to be entered into the 'one' table before saving the entry in the many table. I guess I could just open the other form, but I would like to avoid creating so many steps.