R
Ray S.
I have a query result, call it "qryTemp," that gives me three fields:
functional_area, business_unit, and amount_sum. I want to create a report
that has the functional_areas as details in a column along the left side of
the report. Along the top of the report, I want to put the business_units
(along with "functional area," as header titles. In the details of the
report, I want to display the amount_sum that corresponds to each combination
of functional_area and business_unit. Can I do this? How?
functional_area, business_unit, and amount_sum. I want to create a report
that has the functional_areas as details in a column along the left side of
the report. Along the top of the report, I want to put the business_units
(along with "functional area," as header titles. In the details of the
report, I want to display the amount_sum that corresponds to each combination
of functional_area and business_unit. Can I do this? How?