E
Eric
Hello,
I have some code that creates new forms using 'Set <name>
= CreateForm'. I can add a control to the form that
uses 'DoCmd.Close acForm, "name", acSaveNo' to close the
form without the dialog box. Is there a way that I can do
this by using the Close button provided on the form?
Right now if I enable the button I get a dialog box
saying "Do you want to save changes to the design of form
<name>?"
I'd like to use the button, but not have the option of
saving the form. Is there a way to do this?
Thanks
I have some code that creates new forms using 'Set <name>
= CreateForm'. I can add a control to the form that
uses 'DoCmd.Close acForm, "name", acSaveNo' to close the
form without the dialog box. Is there a way that I can do
this by using the Close button provided on the form?
Right now if I enable the button I get a dialog box
saying "Do you want to save changes to the design of form
<name>?"
I'd like to use the button, but not have the option of
saving the form. Is there a way to do this?
Thanks