ewaldt at gdls.com
ewaldt at gdls.com
Tue Jun 17 07:29:00 CDT 2014
Bill, Thanks, that worked. When the parent form is closed, though, now I get the pop-up asking if I want to save the subform. Yes/No doesn't mean anything, but I can't seem to avoid the pop-up. I tried leaving DoCmd.SetWarnings set to False when I close the form, putting the True in main form's Activate (the main form stays open in the background, and the user returns to it when the parent form closes), but it doesn't help. Any suggestions? Thanks, again. Tom Ewald Mass Properties General Dynamics Land Systems Date: Fri, 13 Jun 2014 10:47:50 -0400 From: Bill Benson <bensonforums at gmail.com> Subject: Re: [AccessD] Saving subform format I have also seen this simple command to work, just before changing the sourceobject. If, that is, if you are willing to let everything on the parent form be saved frequently. DoCmd.RunCommand acCmdSave