Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Save changes? question with no changes made

Status
Not open for further replies.

jjwild

Programmer
Sep 7, 2001
115
US
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?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top