maintain focus on next record

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

Guest

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top