R
ron b
haven't worked with Access forms in a long time, and I am in the process of
creating a database for a friend. I have a main form, with two subforms.
Both subforms are continuous forms. The primary key of the main form
automatically populates the foreign key of the first subform, and that is
great, however the primary key in the first subform does not automatically
populate the foreign key of the second subform. For example:
tblone, main form:
tblone field (primary key) data 0001
tbltwo, first subform:
tbloneID field (foreign key) data 0001
tbltwo field (primary key) data AAB
tblthree, second subform:
tbltwoID field (foreign key) data is null, until manually typed in.
Is there a way to make the foreign key of the second subform automatically
populate with the data from the primary key of the first subform?
creating a database for a friend. I have a main form, with two subforms.
Both subforms are continuous forms. The primary key of the main form
automatically populates the foreign key of the first subform, and that is
great, however the primary key in the first subform does not automatically
populate the foreign key of the second subform. For example:
tblone, main form:
tblone field (primary key) data 0001
tbltwo, first subform:
tbloneID field (foreign key) data 0001
tbltwo field (primary key) data AAB
tblthree, second subform:
tbltwoID field (foreign key) data is null, until manually typed in.
Is there a way to make the foreign key of the second subform automatically
populate with the data from the primary key of the first subform?