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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Hide question from a query

Status
Not open for further replies.

Lightlancer

Programmer
Jul 18, 2008
88
NL
Hi there,

I have a update query that is running when a form is closed,
then the query asks the user if he is sure to delete ** records, or to edit records.

is it possible to disable this message?

Greetz
 
docmd.setwarnings false
some code
docmd.setWarnings true
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top