I am trying to use a command button at the end of a data entry form so that the person entering the data can save the record and move to entering the next set of data. Right now the system allows for saving the record but does not move to the next blank form. Hope this is clearer.
Remou
I am attaching the Save record command button to a form that is single form with embedded continuous and single forms. The code for the command button is:
Private Sub Save_Record_Click()
On Error GoTo Err_Save_Record_Click
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.