I wrote an app (with bound data fields) where if a user changed to a different tab on the form, the tab's OnChange event checks for Me.Dirty to prompt user to save first if needed. Worked great.
I'm trying to do the same thing with a new app, but NOW Access is executing an automatic save BEFORE the tab's OnChange event occurs (not happening with the other app). By the time I check Me.Dirty on the tab's OnChange event, it's no longer dirty, so my test always fails.
Any ideas why this works just fine in one place, but not in the other? Is there some setting on my form that needs to be changed? I really want to turn off this automatic save, it's a nuisance.
I'm trying to do the same thing with a new app, but NOW Access is executing an automatic save BEFORE the tab's OnChange event occurs (not happening with the other app). By the time I check Me.Dirty on the tab's OnChange event, it's no longer dirty, so my test always fails.
Any ideas why this works just fine in one place, but not in the other? Is there some setting on my form that needs to be changed? I really want to turn off this automatic save, it's a nuisance.