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!

Prevent Confirm Delete Query msgbox from showing?

Status
Not open for further replies.

PeasNCarrots

Programmer
Jun 22, 2004
73
0
0
US
I have unchecked all the confirm boxed under options menu. Do I have to do this in code? How?

Also, I dont want the msgbox asking if I still want to append data even though x# of records contain null values
to be displayed. I want the query to be executed without interruptions, completely automatic.

Thanks.
 
The Delete Confirm dialog box isn't displayed if you clear the check in the Record Changes check box under Confirm on the Edit/Find tab of the Options dialog box, available by clicking Options on the Tools menu.


J. Handfield
Interning Scientist
Eastman Kodak Research Labs
Rochester, NY 14650
 
You may also consider the DoCmd.SetWarnings method

Hope This Helps, PH.
Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ222-2244
 
I have cleared all the check boxes. I am deleted an object(table) because I am running a make table query.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top