G
garth.kirkwood
I have a Main form with a subform containing related records I have a
double click event in the subform to open another form to view the
records in their own form. The problem is the Form_Activate procedure
on the form that open is not running. I am opening the new form via a
DoCmd.Open form.
Could someone explain to me how to get the Form_Activate to trigger?
The end result I am after is that the Form_Activate is to find the
record that was selected in my subform and then move to that record in
the new form that is opened.
double click event in the subform to open another form to view the
records in their own form. The problem is the Form_Activate procedure
on the form that open is not running. I am opening the new form via a
DoCmd.Open form.
Could someone explain to me how to get the Form_Activate to trigger?
The end result I am after is that the Form_Activate is to find the
record that was selected in my subform and then move to that record in
the new form that is opened.