alanna101207
Technical User
I have a main form with a sub form that is set to single form. I have a command button on the main form that I would like to use to start a new record on the sub. I don't want the command button on the subform for appearance reasons. I have tried the following:
DoCmd.GoToRecord , "SubForm", acNewRec
This doesn't seem to work. I also want to set focus on a control on the sub and am not sure on that either.
Any help pointing me in the right direction would be greatful.
DoCmd.GoToRecord , "SubForm", acNewRec
This doesn't seem to work. I also want to set focus on a control on the sub and am not sure on that either.
Any help pointing me in the right direction would be greatful.