Office中国论坛/Access中国论坛

标题: 这个提示如何隐藏? [打印本页]

作者: dasxsf    时间: 2010-1-23 21:28
标题: 这个提示如何隐藏?
当运行后:
Private Sub Form_Close()
DoCmd.RunSQL "delete * from 示范户 where 示范产业 is null"
End Sub

出现提示:"正准备从指定表删除12行",如何隐藏该提示?
作者: tmtming    时间: 2010-1-23 21:41
Private Sub Form_Close()
DoCmd.SetWarnings False
DoCmd.RunSQL "delete * from 示范户 where 示范产业 is null"
DoCmd.SetWarnings True
End Sub
作者: hrgx8888    时间: 2010-5-18 10:20
不知道如何具体引用




欢迎光临 Office中国论坛/Access中国论坛 (http://www.office-cn.net/) Powered by Discuz! X3.3