Re: Preventing prompts from appearing with DoCmd
- From: "jerryk" <jerryk@xxxxxxxxxxxxxx>
- Date: Wed, 16 Aug 2006 14:25:26 -0700
Thanks you, that worked great!
"ruralguy via AccessMonster.com" <u12102@uwe> wrote in message
news:64dec0f9bc731@xxxxxx
My preference is to use:
CurrentDB.Execute MySQL, dbFailOnError
which will *not* prompt with any warnings.
jerryk wrote:
Hi,
In one of my forms I need to execute the following line to create a temp
table
Docmd.OpenQuery("TestQry)
When this line executes the user recieves a dialog that wants them to
confirm that running the query will update data. Is there any way to
suppress this prompt?
Thanks,
Jerry
--
HTH - RuralGuy (RG for short) acXP WinXP Pro
Please post back to this forum so all may benefit.
Message posted via http://www.accessmonster.com
.
- Follow-Ups:
- Re: Preventing prompts from appearing with DoCmd
- From: ruralguy via AccessMonster.com
- Re: Preventing prompts from appearing with DoCmd
- References:
- Preventing prompts from appearing with DoCmd
- From: jerryk
- Re: Preventing prompts from appearing with DoCmd
- From: ruralguy via AccessMonster.com
- Preventing prompts from appearing with DoCmd
- Prev by Date: Re: Inserting Data into Existing Record
- Next by Date: Re: Run-time error '3045'
- Previous by thread: Re: Preventing prompts from appearing with DoCmd
- Next by thread: Re: Preventing prompts from appearing with DoCmd
- Index(es):
Relevant Pages
|