I have a database with 3 related tables. The main table is linked to the main form and there are two subforms, each linked to one of the other 2 tables. The main table has a one to many relationship with the two child tables. In one of my subforms, I would like to be able to enter multiple items, each of which end up as a new record in the child table- all linked to the same record in the main table. I want to enter all the items and only have to save the form once after all the data has been entered. I can get this to work if the subform is in datasheet view-using the down arrow key opens a new record in the subform so I can enter all the items at once. Is there any way to do this with the subform in form view? I tried continuous forms and changing settings but haven't had any success.
thanks