Tab order sub forms

M

Mike Green

Hi All
I have a couple of SubForms in my form. I need the user to be able to tab
into the sub form and after tabing to the last item in that sub form go to
the next tab item on the main form. How do I set the last item of the sub
form to tab next onto the main form? (I can do it via code if the user adds
an entry to the last item in the sub form but this is not always the case).
Thanks in advance.

Mike
 
G

Guest

Hi Mike,

Use the on exit event of the last field to set the focus to the field on the
tab you want.

Damian.
 
M

Mike Green

Thanks Damian
That was what I was looking for.


Damian S said:
Hi Mike,

Use the on exit event of the last field to set the focus to the field on
the
tab you want.

Damian.
 

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

Similar Threads


Top