Update moving between tabs

  • Thread starter Thread starter IPIPKIN
  • Start date Start date
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
 
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).
 
Back
Top