Tabbibg to a new tab

B

Bruce Rodtnick

I have a form with two tabs, Page1 and Page2. Page 2 has a subForm on
it (subWorkshops) and the first control is a ComboBox (cboWorkshop). I
want to be able to tab directly from the last control on Page1
(txtSchool) to Page2.subWorkshops.cboWorkshop. How do I do this?

Bruce Rodtnick
 
S

Steve Schapel

Bruce,

On the exit event of the txtSchool textbox, put code like this.
Me.subWorkshops.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