resetting tabs

A

anonymous

I'm using a tabbed form, and would like to know if there
is a way to have the Tab jump to the first one each time a
new record is selected.

Example, If I have just enterd info on the 2nd tab and
want to go to the
next record I would like the next record to automatically
return to the
first tab.

Is this possible?
 
D

Dan Artuso

Hi,
Try something like this in the Current event of your form:

Me.NameOfTab.Pages("NameOfPage").SetFocus

Substitute the correct names.
 

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