Trevor Howard
Registered User.
- Local time
- Today, 00:18
- Joined
- Aug 29, 2002
- Messages
- 64
I have the following code on my “On Open” command, this all runs fine. I have noticed if I back up on CD, then open any forms with the code below (in read only), I get “Run-time error ‘2105’ You can’t go to the specified record”
“On Open” command
`maximize form`
DoCmd.Maximize
`open form on new record`
DoCmd.GoToRecord , , acNewRec
End Sub
I would like to know if this is a potential problem, my db runs fine in normal operation.
Just checking

“On Open” command
`maximize form`
DoCmd.Maximize
`open form on new record`
DoCmd.GoToRecord , , acNewRec
End Sub
I would like to know if this is a potential problem, my db runs fine in normal operation.
Just checking
