J
jokobe
hi,
within a form I have a subform. When pushing a button in
the masterform, I want to jump to the first record in the
subform. I tried this:
Set my_form = Forms!master_form!sub_form.Form
DoCmd.GoToRecord acDataForm, my_form.name, acFirst
As an answer, I always get: (sub)form not open.
Any helpful hint?
jokobe
within a form I have a subform. When pushing a button in
the masterform, I want to jump to the first record in the
subform. I tried this:
Set my_form = Forms!master_form!sub_form.Form
DoCmd.GoToRecord acDataForm, my_form.name, acFirst
As an answer, I always get: (sub)form not open.
Any helpful hint?
jokobe