Hi,
I have a form with a button for add new record that works fine. I
added a second button to save the current record.
I need two things:
1- after user fills all the fields in the form I do not want to move
to the next new reord.
Hi,
I have a form with a button for add new record that works fine. I added a
second button to save the current record.
I need two things:
1- after user fills all the fields in the form I do not want to move to the
next new reord.
2- Add a save button so that the record is saved.
I tried the follwing code for saving the record but it does not work:
Private Sub cmdSave_Click()
On Error GoTo Err_cmdSave_Click
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.