how do i reset auto save in query design view?

M

mark

edited someone elses query. did not intend to save changes. query design
view did not ask to save changes. it did so automatically. tried to use
access help topics. referred me to tools/options/save tab. there is no save
tab.
 
O

Ofer Cohen

Hi Mark, if you are talking about query design, check if you have somewhere
that you set the warnings to false, but you didn't set it back to True

Docmd.SetWarnings False

need to be set back to True after the operation is executed.
 
Top