I've been getting this error intermittently when I'm trying to move between records "Can't set value to Null When Checkbox property = False" What does this mean and how do I get over it?
I've had similiar issues before and found that checkboxes for the most part are TRUE or FALSE, 0 or -1 , Yes or NO depending on how that field in your table is defined. Maybe try one of those values instead of NULL.
Do you have the field in the table to which the checkbox is linked set to not accept nulls? If you do, and never touch the checkbox on the form, it may be passing a null back to the table and therefore triggering the error you are getting.
=======================================
People think it must be fun to be a super genius, but they don't realize how hard it is to put up with all the idiots in the world. (Calvin from Calvin And Hobbs)
Robert L. Johnson III
CCNA, CCDA, MCSA, CNA, Net+, A+, CHDP
VB/Access Programmer
Go to the table design, open in design mode, find the field for the checkbox and see if the REQUIRED property is set to true.
=======================================
People think it must be fun to be a super genius, but they don't realize how hard it is to put up with all the idiots in the world. (Calvin from Calvin And Hobbs)
Robert L. Johnson III
CCNA, CCDA, MCSA, CNA, Net+, A+, CHDP
VB/Access Programmer
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.