Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Run time error "2105"

Status
Not open for further replies.

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.
 
Did you reset the form's recordsource to the new linked table name?

"Don't be irreplaceable. If you can't be replaced, you can't be promoted."
 
Thanks genomon for your response. I figured out the problem. Thanks again.
 
Is it possible to post the answer for anyone else getting a similar error?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top