I am trying to create a report based on a crosstab query which has columns representing the count of types of types of equipment on a job. Example.
Type A Type B Type C Type D
01/01/07 24 10 1
01/02/07 24 9 0
etc.
My problem is there are actually more than 3 upto possibly 10 currently types of equipment and they may not all be used on a job each day. In fact in many cases not used on a job at all.
So... my question is how do I manage the absence of the data/field in the report. The crosstab query does not create the type if it was not used. I have seen many examples of using dates but am not sure how to figure this out. I am sure I will need to manipulate the report either at format or print but not sure if there is an easier way.
Any suggestions will be greatly appreciated.
Type A Type B Type C Type D
01/01/07 24 10 1
01/02/07 24 9 0
etc.
My problem is there are actually more than 3 upto possibly 10 currently types of equipment and they may not all be used on a job each day. In fact in many cases not used on a job at all.
So... my question is how do I manage the absence of the data/field in the report. The crosstab query does not create the type if it was not used. I have seen many examples of using dates but am not sure how to figure this out. I am sure I will need to manipulate the report either at format or print but not sure if there is an easier way.
Any suggestions will be greatly appreciated.