Hello people
I have a form with two subforms within it.
The first subform displays a table named "tblCalculation", the second subform displays table named "tblSubCalculation".
The two tables are related in a one to many relationship as follows:
"tblCalculation" [ one -> many ] "tblSubCalculation"
What I want to do is, that when you select a record in the subform showing "tblCalculation", the related values from "tblSubCalculation" shall be displayed in the other subform.
How can I do that?
I have a form with two subforms within it.
The first subform displays a table named "tblCalculation", the second subform displays table named "tblSubCalculation".
The two tables are related in a one to many relationship as follows:
"tblCalculation" [ one -> many ] "tblSubCalculation"
What I want to do is, that when you select a record in the subform showing "tblCalculation", the related values from "tblSubCalculation" shall be displayed in the other subform.
How can I do that?