maintain focus on next record

C

csulbw

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.
 
J

Jeff Boyce

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

Regards

Jeff Boyce
Microsoft Office/Access MVP
 
C

csulbw

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
 
Top