I am trying to do this:
On MainMenu form, click on a button to open a new form.
On the new form there is subform. I want to open the new form with the subform on a new record.
A solution posted here often looks like this:
DoCmd.OpenForm DataEntry, acNormal, , , acEdit
Me!Subform.SetFocus...