Hi all
I am working on this database for a few days already. Everything went as usual except that 2 days ago I had for the first time the 'run-time error 2105' when loading a form using the following code:
Private Sub Form_Load()
DoCmd.GoToRecord , , acNewRec
Me.cmdClose.SetFocus
End Sub
I...