kgcrowther
Registered User.
- Local time
- Today, 13:08
- Joined
- Jun 1, 2001
- Messages
- 52
I run so many append and delete queries on this one database that I wrote a module to run a couple of them in a row. The problem is that there are two message prompts for each query.
(You are about to run an append query that will alter the table.)
(You are about the append _ pieces of data)
etc. etc. etc.
Can I disable these message prompts in the code that I have written? How do I tell it not to show those prompts?
Any one know? Any information is great.
Kenneth
(You are about to run an append query that will alter the table.)
(You are about the append _ pieces of data)
etc. etc. etc.
Can I disable these message prompts in the code that I have written? How do I tell it not to show those prompts?
Any one know? Any information is great.
Kenneth