-- “Be yourself; everyone else is already taken.â€
O Ofer Cohen Mar 12, 2007 #2 If I understand your question, then you can set the focus to a field that located on that TAB Me.[Field NAme].SetFocus
If I understand your question, then you can set the focus to a field that located on that TAB Me.[Field NAme].SetFocus
M mscertified Mar 12, 2007 #3 The whole point of as tab control is that the user clicks the tab to open it. It's a non-standard user interface to be opening tabs from within the code. -Dorian
The whole point of as tab control is that the user clicks the tab to open it. It's a non-standard user interface to be opening tabs from within the code. -Dorian