I am not sure if this can be done, but I'll toss it out there as a question anyhow.
I have a tab control on my form that contains four tabs. In my database, this form will be opened from two different forms. I would like to have the tab that is first active on the form be the second tab when it is opened from one form, and the first tab when it is opened from the other form. What I am looking for is a property like ActivePage that specifies which tab in the control is the first one to show, by default it is obviously the leftmost tab.
Alternatively, I would settle for just have the second tab from the left be the one that comes active first when the form opens.
I have a tab control on my form that contains four tabs. In my database, this form will be opened from two different forms. I would like to have the tab that is first active on the form be the second tab when it is opened from one form, and the first tab when it is opened from the other form. What I am looking for is a property like ActivePage that specifies which tab in the control is the first one to show, by default it is obviously the leftmost tab.
Alternatively, I would settle for just have the second tab from the left be the one that comes active first when the form opens.