I have the following code:
Private Sub pgARVTherapy_Click()
Forms![frmPartA]![sfrmARVTherapy].SetFocus
DoCmd.GoToControl "DrugCode"
DoCmd.GoToRecord , "", acNewRec
End Sub
When I click on the tab (pgARVTherapy), I want to go to a new record in the subform on that tab page, with the...