antgel said:
Hi all,
If I have a bound form with controls in a tab control, do the control values
get saved on changing tab?
Unless you are using a subform then the form is not "in the Tab Control". The
TabControl is on the form and you have placed some controls on a page of it.
Changing the Tab Page does nothing to the form.
If you are in fact talking about a form with a TabControl in it and on one of
the pages you have placed a subform, then yes, changes made to the sub will be
saved if you do anything that moves focus to the parent form. Changing tab
pages is one thing that would do this.