"can't go to the specified record" message

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Can someone explain to me what this message means and what causes it? It
seems to happen when I try to set focus to a control. This is on a form that
navigates among reords and allows adding new records.
 
You need to give more info, but it probably means that the record doesn't
exist in the recordset of the form.

John
 
One instance (among many) that will trigger this error msg is when you try
to navigate beyond the first and last record (BOF and EOF) of the data set.
If your form cycles through the recordset instead of the current record,
(meaning what happens when your user tabs from the last control of your
form) then you'll get that msg when attempting to navigate to a non-existent
record.
-Ed
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top