When I have a form and enter a new record or change a record. I would like to make that the Enter Key (vbkeyReturn) should save the record.
Can anyone help me what is the code for saving a record without going to the next record.
The way I am saving records till now, is by going to the next record (Docmd.GoToRecord ,,acnext).
I want to stay in the same record and save it.
Can anyone help me what is the code for saving a record without going to the next record.
The way I am saving records till now, is by going to the next record (Docmd.GoToRecord ,,acnext).
I want to stay in the same record and save it.