C
Cyborg
I am trying to run a query linked to a check box. Essentially I need the
query to return an answer based on a check box being ticked or not.
Basically it's a true or false query based on whether a field has been
completed on the table. The tick box on the reporting form should be ticked
if you want to exclude any thing which has a value in the table (e.g. it's a
date completed field - the report needs to show only items which do not have
an completed date).
I'm not very good at queries and think it needs an 'is null' part and a is
false/true part, but cant quite get my head around linking them all up
query to return an answer based on a check box being ticked or not.
Basically it's a true or false query based on whether a field has been
completed on the table. The tick box on the reporting form should be ticked
if you want to exclude any thing which has a value in the table (e.g. it's a
date completed field - the report needs to show only items which do not have
an completed date).
I'm not very good at queries and think it needs an 'is null' part and a is
false/true part, but cant quite get my head around linking them all up