tab control default property

  • Thread starter Thread starter Mark J Kubicki
  • Start date Start date
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
 
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....
 
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top