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).
 

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