G
Guest
Hi
I have a form which has feilds and a command button in the header and in the
details it has a subform.
In the subform there are fields and a command button.
When I click on the command button from the parent form I can setfocud on
one of the fields in the subform.
When i click on the command button from the subform I cannot setfocus on a
field in the Parent form.
Below is the code I have attached to the command button on the subform.
Forms!frm_Update1st.SetFocus
Forms!frm_Update1st!Store.SetFocus
Form_frm_Update2nd.Visible = False
Thank you
Noemi
I have a form which has feilds and a command button in the header and in the
details it has a subform.
In the subform there are fields and a command button.
When I click on the command button from the parent form I can setfocud on
one of the fields in the subform.
When i click on the command button from the subform I cannot setfocus on a
field in the Parent form.
Below is the code I have attached to the command button on the subform.
Forms!frm_Update1st.SetFocus
Forms!frm_Update1st!Store.SetFocus
Form_frm_Update2nd.Visible = False
Thank you
Noemi