I have an unbound checkbox on an Access form and I want to set it's default value to FALSE. In the past, I have been using Access 97 and it's accepted:
CheckboxName.Value = False
Now, I am using Access XP and trying the same thing gives me the RTE '2448' message:
"You can't assign a value to this object."
So how do I do it then?
(BTW, the college, in it's wisdom, has recently upgraded to Windows XP and the help files have not been installed!)
CheckboxName.Value = False
Now, I am using Access XP and trying the same thing gives me the RTE '2448' message:
"You can't assign a value to this object."
So how do I do it then?
(BTW, the college, in it's wisdom, has recently upgraded to Windows XP and the help files have not been installed!)