Hello,
I have an Access 2003 developed database, works fine on Access 2000/3 and was fine on 2007 until today!
I get a debug screen, looks like it won't resolve the "acNewRec" line.
Code is as follows:
Private Sub Form_Open(Cancel As Integer)
DoCmd.Maximize
DoCmd.GoToRecord , , acNewRec
End...