On Exit Coding

G

Guest

I have a Tab Control form and wish to jump from one tab to the next on
tabbing out of a unbound text box called "Bldg Dim". The initial tab is
called "Incident Particulars (Pge 3) and the new tab is called "Incident
Particulars (Pge 4)".

To make things interesting the first field on the next tab is a sub form
"SubFrm_Services Attended" with the first field on this sub form called
"Services-Name".

I assume I need to place some code in the "on exit event" but any help along
these lines would be appreciated.

Regards

Juparo
 
G

Guest

On the OnExit event of the text box write the code that set the focus to the
field in the sub form

Me.[SubFrm_Services Attended].Form![Services-Name].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