W
weircolin
Hi
I'm getting a runtime error when I click no when access asks me if I
want to update the records when clicking a button. The button is used
to set all the entries in a field to Null.
Can anyone help me?
Private Sub Command24_Click()
DoCmd.RunSQL "Update [Newsletter Database] Set Requirement = Null;"
End Sub
I'm getting a runtime error when I click no when access asks me if I
want to update the records when clicking a button. The button is used
to set all the entries in a field to Null.
Can anyone help me?
Private Sub Command24_Click()
DoCmd.RunSQL "Update [Newsletter Database] Set Requirement = Null;"
End Sub