G
Guest
We have an form with a sub form and I want to make the current record be a
new record on the sub form. The catch is I need to do this from a third form.
The question is how do I reference the sub form and make the code:
DoCmd.GoToRecord acDataForm, "Form_orderdetails", acNewRec
work correctly.
I am already able to change the data in the fields on the sub form with out
any problem. (Form_orderdetails!Grade = Me!Grade)
I would appreciate any suggestions you may have.
Thanks in advance.
new record on the sub form. The catch is I need to do this from a third form.
The question is how do I reference the sub form and make the code:
DoCmd.GoToRecord acDataForm, "Form_orderdetails", acNewRec
work correctly.
I am already able to change the data in the fields on the sub form with out
any problem. (Form_orderdetails!Grade = Me!Grade)
I would appreciate any suggestions you may have.
Thanks in advance.