subform stays at the first record

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

Guest

I made a form that contains a subform. Both main and subforms have the same
fields. The difference between the two forms is that the subform contains a
list of all records with the same document number field. The main form is
used for editing the information in the subform. My subform keeps jumping
back to the first record when i press the next record button to go to the
next record.
 
check the code in the subform. are you requerying the Form object anywhere
in the code, as in

Me.Requery

hth
 
Back
Top