You ever have one of those days when you just wish that someone were to accidentaly (and repeatedly) smash your workstation with a sledgehammer?

I am trying to programmaticaly set the value of a checkbox programmaticaly.... and I keep getting an error (invalid protperty value). Thinking that it might be something incredibly odd with my project, I open up a brand spankin new window (with one checkbox named 'Check1').

I then add a command button.. to the button's click event, I add the code "Check1.Value = True". Now this SHOULD work, as when I enter break mode it is responding to a ? Check1.Value .... but when I execute it it gives me the same bloody error (Invalid Property Value... or something to that extent).

What I need to know is a) should this work (I know the answer but it does not hurt to be certain)

b) have any of you EVER seen this happen? If so, how did you resolve it?