Hi, I have an Access main form with a subform linked to it. The subform is in Tabular format and the relationship between the main form and the subform is one-to-many. I also have another popup subform that I want to link to the second subform using the ID field on the first subform.
Forms are as follows:
FormA = main form
FormB = Subform - linked to FormA using FormA Auto Primary key and FormB foreign key (from FormA table)
FormC = subform - I want to link to FormB.
FormB may have more than one record and for each record in FormB, there is an associated record in FormC. So what I would like is to have the user click on the ID field on FormB and FormC pops up linked to the record ID selected on FormB. I hope it makes sense. Please let me know if you are confused or have additional questions. You help is greatly appreciated.
All my primary and foreign key fields are auto. Tables can assume the names of tblFormA.ID, tblFormB.ID, tblFormC.ID.
Nyamrembo:-D
Forms are as follows:
FormA = main form
FormB = Subform - linked to FormA using FormA Auto Primary key and FormB foreign key (from FormA table)
FormC = subform - I want to link to FormB.
FormB may have more than one record and for each record in FormB, there is an associated record in FormC. So what I would like is to have the user click on the ID field on FormB and FormC pops up linked to the record ID selected on FormB. I hope it makes sense. Please let me know if you are confused or have additional questions. You help is greatly appreciated.
All my primary and foreign key fields are auto. Tables can assume the names of tblFormA.ID, tblFormB.ID, tblFormC.ID.
Nyamrembo:-D