Bear with me if I don't explain this clearly...
I have a table with 5 check boxes in each record.
I currently have 5 queries and 5 reports, each query checks if one of the 5 checkboxes are true.
this works well, but if record #3 has chkA and chkC = true, then my reports will show record 3 two times when i print out all 5 reports under each other on a long report. is there a way to have one query which scans for TRUE on chkA OR chkB OR chkC etc...
and then i would only have one report instead of 6 total also.
i cant find anything on the web for this, but maybe thats bc i don't know what to call it
access 2010
I have a table with 5 check boxes in each record.
I currently have 5 queries and 5 reports, each query checks if one of the 5 checkboxes are true.
this works well, but if record #3 has chkA and chkC = true, then my reports will show record 3 two times when i print out all 5 reports under each other on a long report. is there a way to have one query which scans for TRUE on chkA OR chkB OR chkC etc...
and then i would only have one report instead of 6 total also.
i cant find anything on the web for this, but maybe thats bc i don't know what to call it

access 2010