I have a subform of a query on a form in my database. Users are allowed to edit the column widths and filter each column if so desired. My problem is that when the user exits the form, I don't want a pop up asking whether you would like to save changes to the layout of the query. I can't figure out how to close the form without saving the sub-form.
I know the "docmd.close acform" command has an argument to close without saving, but I tried that using the subform name and "docmd.close acQuery" and neither work.
Must be an easy solution...
Thanks for any help.
I know the "docmd.close acform" command has an argument to close without saving, but I tried that using the subform name and "docmd.close acQuery" and neither work.
Must be an easy solution...
Thanks for any help.