Private Sub eintragen_Click()
On Error GoTo Err_Befehl36_Click
DoCmd.GoToRecord , , acNewRec
Exit_eintragen_Click:
Exit Sub
Err_eintragen_Click:
MsgBox Err.Description
Resume Exit_Befehl36_Click
End Sub
That's the code that inserts the new record.
I just thought there was another DoCmd.??? command to achieve this the easy way.
I'm lost 