khicon73
MIS
- Jan 10, 2008
- 36
Hello,
It was working fine on access 2003 back-end. However, when I upsized to SQL database I got this error "2105" when open the form with message " "You cant go to the specified record".
Private Sub Form_Load()
txtSite.SetFocus
imgFace.Visible = False
lblCheck.Visible = False
End Sub
It stopped at "tbxSite.SetFocus".
Please help, thanks.
It was working fine on access 2003 back-end. However, when I upsized to SQL database I got this error "2105" when open the form with message " "You cant go to the specified record".
Private Sub Form_Load()
txtSite.SetFocus
imgFace.Visible = False
lblCheck.Visible = False
End Sub
It stopped at "tbxSite.SetFocus".
Please help, thanks.