alktrigger
Aimless Extraordinaire
- Local time
- Today, 16:32
- Joined
- Jun 9, 2009
- Messages
- 124
I am trying to set the value of a Checkbox inside a If/Then function in the Form_Load() function, but I keep getting a run time error.
What is the single line of code that will set my check box to true/false?
I expect something along the lines of chkSent.value = True but it offers me Run Time Error 2448 "cannot assign value to this object"
I know this is simple, but it has escaped me. Suggestions would be much appreciated!
What is the single line of code that will set my check box to true/false?
I expect something along the lines of chkSent.value = True but it offers me Run Time Error 2448 "cannot assign value to this object"
I know this is simple, but it has escaped me. Suggestions would be much appreciated!