01-01-2009, 08:42 PM
You know to reduce that to a single line?
Code:
Private Sub chkServerLog_Click()
' if its not 0, then its true
ServerLog = Not chkServerLog.Value
End Sub