Hi i'm trying to use an option group to filter a checkbox on a sub form... I'm not a programmer i'm just trying to muddle through.
I have option 1 set to TRUE, 2 to FALSE and these seem to work, but setting 3 to NULL is not working out for me, the checkbox is only a 2 perametre checkbox, but i'm trying to use the follwing code in the query for the checkbox records:
Forms![Form1]![ProjectStatus] WHERE (Forms![Form1]![ProjectStatus]) Is Not Null
Basically saying use the text box (ProjectStatus) unless the text box is null (the text box is recording the value from the option group).
It's probably just that I don't really know the SQL at all really, help appreciated.
Thank you.
I have option 1 set to TRUE, 2 to FALSE and these seem to work, but setting 3 to NULL is not working out for me, the checkbox is only a 2 perametre checkbox, but i'm trying to use the follwing code in the query for the checkbox records:
Forms![Form1]![ProjectStatus] WHERE (Forms![Form1]![ProjectStatus]) Is Not Null
Basically saying use the text box (ProjectStatus) unless the text box is null (the text box is recording the value from the option group).
It's probably just that I don't really know the SQL at all really, help appreciated.
Thank you.