Update moving between tabs

I

IPIPKIN

Hi
If I change data on one page of tab control and move to another page
Form_BeforeUpdate event occurs and actually change does to database.
Why is it happened?
Thanks
 
R

Rick Brandt

IPIPKIN said:
Hi
If I change data on one page of tab control and move to another page
Form_BeforeUpdate event occurs and actually change does to database.
Why is it happened?
Thanks

Does the TabPage you are coming from or the one you are going to have a subform
on it? Moving between subforms and the parent form always causes the form being
left to save (if it was dirty).
 
Top