Hi!
I have a crosstab Query with constant RowHeadings and Dynamic Column Headings. This Query is used as a record source for the reports as follows:
RowHeadings includes:
1. CustoName
2. CustoID
3. Products(SumOFP roducts)
Column Headings includes:
ColumnHeadings.
The problem is, with my Reports layout created with three ProductsName on the ColumnHeadings, I cant use the same layout with five ProductsNames on the Column Headings. E.g
When the number of ColHeads increased from three to five or six, it cant appear on the myreports. I sometimes add the extra Column Manually,
Is there any other alternative of adding the extra Column automatically on the same layout?
I have a crosstab Query with constant RowHeadings and Dynamic Column Headings. This Query is used as a record source for the reports as follows:
RowHeadings includes:
1. CustoName
2. CustoID
3. Products(SumOFP roducts)
Column Headings includes:
ColumnHeadings.
The problem is, with my Reports layout created with three ProductsName on the ColumnHeadings, I cant use the same layout with five ProductsNames on the Column Headings. E.g
Code:
CustoID CustoNAME Products ColHead1 ColHead2 ColHead3 1 John 5 Tomato Cull Maize 2 Jack 0 Cull Mave Nano
Is there any other alternative of adding the extra Column automatically on the same layout?
Comment