JoanaSantos
Programmer
Hi,
i have a form with three checkbox, for example:
(Check8)
(check9)
(check10)
and i have a button "select" to select all the checkbox. I inserted the code:
Me.Check10 = true
i have tried too Me.Check10 = 1
but when i press the button appears the following mistake:
"run-time error'-2147352567 (80020009) you can't assign a value to this object"
what is the problem? i need to change something in form properties ?
i have a form with three checkbox, for example:
(Check8)
(check9)
(check10)
and i have a button "select" to select all the checkbox. I inserted the code:
Me.Check10 = true
i have tried too Me.Check10 = 1
but when i press the button appears the following mistake:
"run-time error'-2147352567 (80020009) you can't assign a value to this object"
what is the problem? i need to change something in form properties ?