Dears,
Before I ask my question, I would like to tell you what I have and what I am trying to do. I have a main form “MAIN” that contains a subform named Sub1. Sub1 is connected to tbl1, I would like to do the following:
When I click on sub1 record1, I would like a Form “formB” to be opened (which I know how to do) then based on the content of sub1:record1 FormB should show that record.
You might have guessed that sub1 (tbl1) contains keys to other information in FormB.
I really hope that it is clear. Can anyone show how to do so?
Before I ask my question, I would like to tell you what I have and what I am trying to do. I have a main form “MAIN” that contains a subform named Sub1. Sub1 is connected to tbl1, I would like to do the following:
When I click on sub1 record1, I would like a Form “formB” to be opened (which I know how to do) then based on the content of sub1:record1 FormB should show that record.
You might have guessed that sub1 (tbl1) contains keys to other information in FormB.
I really hope that it is clear. Can anyone show how to do so?