Within a form, I have a tab control that currently has 10 pages. I'd like to set the focus on a command button on the form whenever one of the pages is selected. I've tried putting the following code, "Me.cmdExit.SetFocus" on the on click event within the Tab Control and the on click event within one of the pages. It's had no effect.
Thanks in advance!!