Block query information box

K

KBDB

Hello,

Is there a way to block that query information/warning box that pops up
telling you that ... you are about to delete x rows in table?

I'm running the query within Code via docmd.openquery statement.

Thanks,

Kathleen
 
G

gjtired

Hello,

Is there a way to block that query information/warning box that pops up
telling you that ... you are about to delete x rows in table?

I'm running the query within Code via docmd.openquery statement.

Thanks,

Kathleen

I think "DoCmd.SetWarnings False"
 
Top