Let's say :
1 navigation form called Nav_Main
2 subforms : 1 called master_form ( PK = id_master) (table : master_table)
1 called details_form (with id_master in it) (tables : details_table)
the relationship is still established
I want to switch from master_form to details_form and retrieve only records corresponding to the last id_master where I was in master_form
(do I absolutely need to recreate a parameter query of details_table ?)
What is (are) the simple way(s) to do it ?
Many thanks by advance (from FRANCE)
1 navigation form called Nav_Main
2 subforms : 1 called master_form ( PK = id_master) (table : master_table)
1 called details_form (with id_master in it) (tables : details_table)
the relationship is still established
I want to switch from master_form to details_form and retrieve only records corresponding to the last id_master where I was in master_form
(do I absolutely need to recreate a parameter query of details_table ?)
What is (are) the simple way(s) to do it ?
Many thanks by advance (from FRANCE)