I have four tables (One; Two; Three & Four). A main form lets the user enter informaion into tbl One. All 4 tables have a field called OrderID (regular number). Once I enter the OrderID into tbl One through the main form, I'd like it to populate the OrderID field into one of the remaining 3 tables (depending on which CheckBox the user checks). After all data is then entered into that subform, close all and go back to the main form for the next new record. BTW - I'm very very new at this.