Hi,
I'm having an issue with getting some code to work. I have a form that has a command button that updates a table. The code is listed below:
Private Sub Add_Record_Click()
On Error GoTo Err_Add_Record_Click
DoCmd.GoToRecord , , acNewRec
Exit_Add_Record_Click:
Exit Sub...