fat controller
Slightly round the bend..
- Local time
- Today, 04:26
- Joined
- Apr 14, 2011
- Messages
- 758
I currently have a sub-report that counts the number of records between two specified dates, and sorts them into order based on a field called 'Route' however I am looking to refine the data a little further based on another field 'Fault'
Essentially, I am looking to have a sub report that shows:
- Count (total) of records between specified dates, sorted into order on field [Route]
- Count of those on each route where the value of the field [Fault] is:
= "Yes"
= "No"
= "N/A"
If possible, I would like to have all four counts show side by side on the one sub report.
I have got four separate queries at the moment, each of which will give the relevant count for each parameter, however is there a way to join them all together?
Essentially, I am looking to have a sub report that shows:
- Count (total) of records between specified dates, sorted into order on field [Route]
- Count of those on each route where the value of the field [Fault] is:
= "Yes"
= "No"
= "N/A"
If possible, I would like to have all four counts show side by side on the one sub report.
I have got four separate queries at the moment, each of which will give the relevant count for each parameter, however is there a way to join them all together?