A
Allen Browne
Try:
If Me.Dirty Then Me.Dirty = False
or if you prefer:
RunCommand acCmdSaveRecord
If Me.Dirty Then Me.Dirty = False
or if you prefer:
RunCommand acCmdSaveRecord
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.