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...