I want to run an append query on a form's timer event and will turn warnings off just before running it and turn them on just after running it.
If the timer is called while some other code is running (e.g. as a result of the user pressing a button), will that code then have warnings appearing on screen and can this be avoided? Thank you!