Private Sub Check_MyCheckBox_Click() If Me.Check_MyCheckBox = -1 Then Me.Text_Results = 5 Else Me.Text_Results = "" End If End Sub
Comment