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 preference is to set it to false at the beginning of a program, and turn it back on at the end.
Is there an absolute right answer? Or is there a reason to switch between the two? Any guides for future use are greatly appreciated!!!
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 preference is to set it to false at the beginning of a program, and turn it back on at the end.
Is there an absolute right answer? Or is there a reason to switch between the two? Any guides for future use are greatly appreciated!!!