G
Guest
I have created a command button that I want to use to activate 3 update
queries avoiding the messages that tell me how many records I am going to
update and the warning that it can not be undone. How do I turn this function
off?
My code is
Private Sub Command1_Click()
DoCmd.OpenQuery "qryzFloatA"
DoCmd.OpenQuery "qryzFloatR"
DoCmd.OpenQuery "qryzFloatG"
End Sub
Thanks,
Graeme.
queries avoiding the messages that tell me how many records I am going to
update and the warning that it can not be undone. How do I turn this function
off?
My code is
Private Sub Command1_Click()
DoCmd.OpenQuery "qryzFloatA"
DoCmd.OpenQuery "qryzFloatR"
DoCmd.OpenQuery "qryzFloatG"
End Sub
Thanks,
Graeme.