I have a report that is generated from a Crosstab Query. One of the fields (Category) in my table can contain values of: A,B,C,D,E or blank.
My report Looks something like this:
Contractor # of # with #of #of #of #of #of
Technician Inspects 0 faults A B C D E
------------------------------------------------------------------------------------
ABC
Tech1 21 19 1 1
Tech2 15 15
Tech3 6 3 2 1
Tech4 10 8 1 1
-----------------------------------------------------------------------------------
Total 52 45 2 1 2 1 1
% of Total 87% 3.9% 1.9% 3.9% 1.9% 1.9%
Because I am trying to make the report standard in appearance the heading and the detail records with summaries.
This report will print IF there is at least a record of A,B,C,D,or E in the Category. Otherwise the Jet database engine does not recognize "Report name" as a valid field name or expression. So if all the Techs did not commit a fault in a certain Category then the reports bombs.
How can I get around this?
Thanks.
John
My report Looks something like this:
Contractor # of # with #of #of #of #of #of
Technician Inspects 0 faults A B C D E
------------------------------------------------------------------------------------
ABC
Tech1 21 19 1 1
Tech2 15 15
Tech3 6 3 2 1
Tech4 10 8 1 1
-----------------------------------------------------------------------------------
Total 52 45 2 1 2 1 1
% of Total 87% 3.9% 1.9% 3.9% 1.9% 1.9%
Because I am trying to make the report standard in appearance the heading and the detail records with summaries.
This report will print IF there is at least a record of A,B,C,D,or E in the Category. Otherwise the Jet database engine does not recognize "Report name" as a valid field name or expression. So if all the Techs did not commit a fault in a certain Category then the reports bombs.
How can I get around this?
Thanks.
John