Hi,
I have a main form and three subforms [Form A], [Form B] and [Form C].
The underlying relationships of the tables are
[Maintable] 1:M [Table A] 1:M [TableB]
[Mainform], [Form A], [Form B] are based on the corresponding tables above.
Form C is based on fields from the above tables.
I created the main form, Form A and Form B using the Form Wizard and they are well connected.
Here, [Form A] is connected to main form.
Source object: Form A
Link Master Field: JurID
Link Child Field: JurID
[Form B] is connected to [Form A]
Source object: Form B
Link Master Field: [Form A].Form![RulesMapID]
Link Child field: RulesMapID
I created a [Form C] separately and then placed this form on the above main form.
I am trying to connect Form C to Form A.
Source object: Form C
Link Master field: [Form A].Form![RulesMapID]
Link Child field: RulesMapID.
When I scroll the records in the main form, the applicable records comes up nicely in all sub-forms.
However, when I select a record in [Form A], [Form C] is not reflecting the applicable records.
It is showing all the reocords and not the applicable records based on record selected in [Form A].
I am wondering what do I have to do to link Form A and Form C so that I can see only the relevant records in Form C.
Please advise.
I have a main form and three subforms [Form A], [Form B] and [Form C].
The underlying relationships of the tables are
[Maintable] 1:M [Table A] 1:M [TableB]
[Mainform], [Form A], [Form B] are based on the corresponding tables above.
Form C is based on fields from the above tables.
I created the main form, Form A and Form B using the Form Wizard and they are well connected.
Here, [Form A] is connected to main form.
Source object: Form A
Link Master Field: JurID
Link Child Field: JurID
[Form B] is connected to [Form A]
Source object: Form B
Link Master Field: [Form A].Form![RulesMapID]
Link Child field: RulesMapID
I created a [Form C] separately and then placed this form on the above main form.
I am trying to connect Form C to Form A.
Source object: Form C
Link Master field: [Form A].Form![RulesMapID]
Link Child field: RulesMapID.
When I scroll the records in the main form, the applicable records comes up nicely in all sub-forms.
However, when I select a record in [Form A], [Form C] is not reflecting the applicable records.
It is showing all the reocords and not the applicable records based on record selected in [Form A].
I am wondering what do I have to do to link Form A and Form C so that I can see only the relevant records in Form C.
Please advise.
Comment