M Mark J Kubicki Oct 31, 2006 #1 is there something I can do so that a tab control always returns to specific sheet when a record changes? thanks in advance, mark
is there something I can do so that a tab control always returns to specific sheet when a record changes? thanks in advance, mark
G Guest Oct 31, 2006 #2 not entirely sure what you mean by "when a record changes".....but yes in general one can control which control has focus via the SetFocus method....
not entirely sure what you mean by "when a record changes".....but yes in general one can control which control has focus via the SetFocus method....
M Marshall Barton Oct 31, 2006 #3 Mark said: is there something I can do so that a tab control always returns to specific sheet when a record changes? Click to expand... Use the form's Current event to set the tab control's Value to the desired page's index.
Mark said: is there something I can do so that a tab control always returns to specific sheet when a record changes? Click to expand... Use the form's Current event to set the tab control's Value to the desired page's index.