N
NevilleT
I have a mainform frmMainForm and a subform frmSubForm. I want to put record
navigation buttons on the main form to move through records on the subform.
I used the following code for the next button on the mainform
DoCmd.GoToRecord acDataForm, "frmSubForm", acNext
When I click the button, I get an error.
The Object 'frmSubForm' isn't Open.
I have tried a number of variations but to no success. Does anyone have a
suggestion?
navigation buttons on the main form to move through records on the subform.
I used the following code for the next button on the mainform
DoCmd.GoToRecord acDataForm, "frmSubForm", acNext
When I click the button, I get an error.
The Object 'frmSubForm' isn't Open.
I have tried a number of variations but to no success. Does anyone have a
suggestion?