W
weircolin
Hi
I have a button that when I click it, it resets a column. Access
automatically brings up a popup asking if I'm sure. If I say no I get
a runtime error. Is there a line of code I could add to the following
to stop this from happening?
Private Sub Command24_Click()
DoCmd.RunSQL "Update [Newsletter Database] Set Requirement = Null;"
End Sub
Thanks
Colin
I have a button that when I click it, it resets a column. Access
automatically brings up a popup asking if I'm sure. If I say no I get
a runtime error. Is there a line of code I could add to the following
to stop this from happening?
Private Sub Command24_Click()
DoCmd.RunSQL "Update [Newsletter Database] Set Requirement = Null;"
End Sub
Thanks
Colin