Tabbed Control

K

Kevin

I have an application with a tabbed control on one of my
forms. There are related forms that when I close the
related form, I want to return to a specific tab on the
tabbed control. How can I do this?

Thanks in advance.

Kevin
 
R

Rick Brandt

Kevin said:
I have an application with a tabbed control on one of my
forms. There are related forms that when I close the
related form, I want to return to a specific tab on the
tabbed control. How can I do this?

Forms!NameOfForm!NameOfTabControl.Value = 0

Will cause the first page of the TabControl to be selected. Using the value 1 would
select the second page etc..
 

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