J
Jim
Hello,
I have a form that lets users select envelopes to print with a check box. I
want to be able to clear the boxes by clicking a button. I'm using the
following code in the on click event, but it only clears the last check box
and not all of them. Does anyone know what I'm doing wrong?
Private Sub Command22_Click()
Me.[Print] = Null
End Sub
Thanks
Jim
I have a form that lets users select envelopes to print with a check box. I
want to be able to clear the boxes by clicking a button. I'm using the
following code in the on click event, but it only clears the last check box
and not all of them. Does anyone know what I'm doing wrong?
Private Sub Command22_Click()
Me.[Print] = Null
End Sub
Thanks
Jim