Stop error 2105 using Gotorecord acnext?

  • Thread starter Chris Wainwright
  • Start date
C

Chris Wainwright

I keep hetting the error 2105 when using gotorecord acnext at the nd of a
dataset. I cannot seem to get a custom error handler to work. Is there any
way to avoid this such as checking if this is the last entry before trying to
go to the next?
 
T

tina

well, correctly written error handling code *should* be able to take care of
it. before we do some "check before the fact" code, can you post the
procedure so we can see the error handler? maybe there's a simple fix.

hth
 
Top