use the DoCmd.Close acForm, "formname"
in the "active" event on the main form so that after selecting your option on form fselct when the next form opens insert the command into that forms "active" event.
so eg. form1 make aselection and call form2, when form2 opens its "active" event closes form1.
in the "active" event on the main form so that after selecting your option on form fselct when the next form opens insert the command into that forms "active" event.
so eg. form1 make aselection and call form2, when form2 opens its "active" event closes form1.
Comment