View Single Post
  #3  
Old August 16th, 2005, 09:29 PM
Ed Robichaud
external usenet poster
 
Posts: n/a
Default

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

"mscertified" wrote in message
...
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.