setting warnings

  • Thread starter Thread starter nan
  • Start date Start date
N

nan

We had a problem that queries were not asking to save or not. Does
this have to do with warnings?
 
nan said:
We had a problem that queries were not asking to save or not. Does
this have to do with warnings?
Yes. It can be set globally with Tools|Options
It can also be set programmatically with DoCmd.SetWarnings.
 
Nan

Some folks find it useful to create a macro to RestoreWarnings. Use it to
SetWarnings True/On, and run it when you notice that warnings have been
turned off.

As Bob points out, depending on version, warnings may have been turned
off...

Regards

Jeff Boyce
Microsoft Access MVP

--
Disclaimer: This author may have received products and services mentioned
in this post. Mention and/or description of a product or service herein
does not constitute endorsement thereof.

Any code or pseudocode included in this post is offered "as is", with no
guarantee as to suitability.

You can thank the FTC of the USA for making this disclaimer
possible/necessary.
 
Back
Top