Tab order sub forms

  • Thread starter Thread starter Mike Green
  • Start date Start date
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
 
Hi Mike,

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

Damian.
 
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.
 
Back
Top