E
Eric Heinold
I have a form that includes a subform which gets filtered. Every time I
close the main form in Access 2007, I get a prompt about saving the subform.
This is when closing the form using a command button that tells it not to
save. The main form doesn't try to save, but the subform does.
Is there any way to tell the form not to prompt about saving the subform?
The code for the command button is this:
DoCmd.Close acForm, Me.Name, acSaveNo
Thanks,
Eric
close the main form in Access 2007, I get a prompt about saving the subform.
This is when closing the form using a command button that tells it not to
save. The main form doesn't try to save, but the subform does.
Is there any way to tell the form not to prompt about saving the subform?
The code for the command button is this:
DoCmd.Close acForm, Me.Name, acSaveNo
Thanks,
Eric