tab control default property

M

Mark J Kubicki

is there something I can do so that a tab control always returns to specific
sheet when a record changes?

thanks in advance,
mark
 
N

NetworkTrade

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

Mark said:
is there something I can do so that a tab control always returns to specific
sheet when a record changes?


Use the form's Current event to set the tab control's Value
to the desired page's index.
 
Top