Hi all,
Just a question, no real specific issue (at the moment). What are the best practices for turning DoCmd.SetWarnings to True vs. False?
I've seen some programmers set it to false, run a couple lines of code, then set it back to true, and do that repeatedly throughout a program.
My...