As a novice in Access i am currently writing a database to track certain financial information for a non-profit organisation. As part of the funding they have to monitor age ranges and ethnic minority, this is done with 4 yes/no fields controlled on a form with Bi-state check boxes (minor, adult, ethnicminor, ethnicadult).
The database stores many purchase orders for each person as more money is awarded however each person can only be counted once. Data from two tables (Customer, PuchaseOrder) is used to query by a financial quarter, grouping all the similar references, and then a record count applied in a second query counting the number of records returning results.
The problem I am having is that regardless of a value (-1 or 0) the record is counted unless each box is unchecked. I have tried putting ' <>0' in the criteria box of the count but this does not work. Other than writing a query for each individual field is there anything I can do?
Thanks in advance
The database stores many purchase orders for each person as more money is awarded however each person can only be counted once. Data from two tables (Customer, PuchaseOrder) is used to query by a financial quarter, grouping all the similar references, and then a record count applied in a second query counting the number of records returning results.
The problem I am having is that regardless of a value (-1 or 0) the record is counted unless each box is unchecked. I have tried putting ' <>0' in the criteria box of the count but this does not work. Other than writing a query for each individual field is there anything I can do?
Thanks in advance
Comment