A family of Microsoft relational database management systems designed for ease of use.
On Wed, 22 Sep 2010 18:16:50 +0000, Phil Smith at NHS wrote:
>
>In this case, this is about manually launching the query. No forms, no code, just doule clicking on the query form the list.
You can use DoCmd.SetWarnings False in a little VBA procedure or just
type it into the Immediate Window (Ctrl-G). This turns off warnings
in all of Access for this session - remember to turn it back on when
you're done.
Armen Stein
Microsoft Access MVP