I'm sure the answer is here, but I don't know what to search for.
I have an object on form A. When it is clicked, this happens.
Private Sub Command1_Click()
DoCmd.GoToRecord , , acNewRec
End Sub
I want the new record not to be on the current form, but on form B. I feel a bit daft as I'm sure the answer is simple.