Cordeiro82
MIS
Hi,
I am creating a crosstab report based on a category picked in the category form.
A sample of the report design is shown below
-----------
DISTRIBUTION AMOUNT BY CATEGORY
Category: Metal
VendorName Miami Boston L.A San Diego Total
A 2 4 2 2 10
C 1 3 4 8
Total 3 7 2 6 18
---------------
The column totals were created as seperate text boxes added to the category footer so the Boston total is SUM([Boston])
The problem I am having is that for some categories there are no sales in a certain city (eg: there are no vendors that sell plastic in Boston) this causes the report to give me an error saying "The microsoft jet database engine does not recognize [Boston] as a valid field name or expression.
Any help would be appreciated.
I am creating a crosstab report based on a category picked in the category form.
A sample of the report design is shown below
-----------
DISTRIBUTION AMOUNT BY CATEGORY
Category: Metal
VendorName Miami Boston L.A San Diego Total
A 2 4 2 2 10
C 1 3 4 8
Total 3 7 2 6 18
---------------
The column totals were created as seperate text boxes added to the category footer so the Boston total is SUM([Boston])
The problem I am having is that for some categories there are no sales in a certain city (eg: there are no vendors that sell plastic in Boston) this causes the report to give me an error saying "The microsoft jet database engine does not recognize [Boston] as a valid field name or expression.
Any help would be appreciated.