Button to tab between fields?

A

Anna

Hi,

Any help would be gratefully received:
I have a form with 16 fields on, and a lot of the time I
will only need to use the first 4 or 5 and then the bottom
two fields, so I would like a button that makes the cursor
tab to the 14th box (wherever the cursor is when I click
it). Is there an easy way to do this?

Hope it made sense, thanks,

Anna
 
R

Rick Brandt

Anna said:
Hi,

Any help would be gratefully received:
I have a form with 16 fields on, and a lot of the time I
will only need to use the first 4 or 5 and then the bottom
two fields, so I would like a button that makes the cursor
tab to the 14th box (wherever the cursor is when I click
it). Is there an easy way to do this?

In the Click event of the button...

Me![ControlName].SetFocus
 

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