Form_current Out of Sync with recordset

  • Thread starter Thread starter Rhonda Parker
  • Start date Start date
R

Rhonda Parker

I'm trying to update a label on a form each time a new
record is selected - each time i navigate to a new
record, the form.recordset 's values are off by one
record - lagging behind by one. does anyone know what
causes this?
 
I think your failing to realize that computers start
counting at 0, not 1. So 1 is actually 0. To correct your
problem add 1 to each value.
 
That is not the problem - I have ten years of programming
experience - thanks anyway....
 
Back
Top