maintain focus on next record

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

Guest

I want to allow users to apply a filter to a form and then cycle through
these filtered records while keeping the focus in the same field as they
cycle through. I don't want a specific field to keep the focus, I just want
it to be the same field as the previous record. This way a user can cycle
through records and make changes to the same field in multiple records as
they cycle through them.
 
One approach might be to set the control's TabOrder value when
saving/leaving one record.

Regards

Jeff Boyce
Microsoft Office/Access MVP
 
Thanx Mr. Boyce. It has been resolved.

Jeff Boyce said:
One approach might be to set the control's TabOrder value when
saving/leaving one record.

Regards

Jeff Boyce
Microsoft Office/Access MVP
 
Back
Top