Hi, i have code which is attached to onclick of a checkbox,
what i want it to do is if the user clicks it and checks it then to add some note to a memo field, if the user clicks it and its already checked then it doesn't add a note to a memo field.
Private Sub Check45_Click()
If Check45 = 0...