I have a form with two subforms.
When the user leaves the form, they are asked if they want to save the changes to one of the subforms. They are never asked if they want to save the changes to the other subform. This is after just entering data, no changes have been made.
If I run the same form on my PC, I never get asked the save changes question.
I know about setting SetWarnings False in the On Load event and True in the On Close event. I am concerned that SetWarnings False might hide warnings I want to know about.
What I would like to do is find out why Access thinks changes have been made to one subform and not the other and on that user's PC and not on mine.
Any ideas?
When the user leaves the form, they are asked if they want to save the changes to one of the subforms. They are never asked if they want to save the changes to the other subform. This is after just entering data, no changes have been made.
If I run the same form on my PC, I never get asked the save changes question.
I know about setting SetWarnings False in the On Load event and True in the On Close event. I am concerned that SetWarnings False might hide warnings I want to know about.
What I would like to do is find out why Access thinks changes have been made to one subform and not the other and on that user's PC and not on mine.
Any ideas?