Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Remove Message 1

Status
Not open for further replies.

Tom123456

Programmer
Apr 2, 2003
70
SE
In my application I have a button that executes a Macro that runs a SQL query. The SQL query is an insert and generate a message in Access that says "Acces is about to insert records..." or somthing similiar. I have a swedish version so I don´t know if that is the correct words. How do I remove this message??

Help me! ;)

- Tom
 
In the macro, add a SetWarnings action, with the WarningsOn parameter set to No. After the query has finished running, you might want to set the WarningsOn parameter to Yes. Steve Lewy
Solutions Developer
steve@lewycomputing.com.au
(dont cut corners or you'll go round in circles)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top