Hi folks
I have an ACCESS 2010 Application by which I generate:
The problem:
- A table based on a query selection. The table name is fixed, but depending on selected query parameters, that content of the table changes.
- A Pivot chart Form that is fed data from the table. Therefore, if the table shows info for the ASIA region, the pivot chart will be related to the Asian region. If the table contains info related to the European region, then the pivot chat will be related to the European Region ... and so forth.
- A report that bsically contains the Pivot Chart
On of the fields in the table contains which region the report is related to. Therefore, I am trying to add a header to the report that looks like this:
Sales Report For the & Table.Field1 & something ... something
The idea is to drop the field content where I have "Table.Field1 "
Again, this is the header section of the report. The mainbody contains the pivot chart displayed. The pivot chart has no title because I could not figure out how to add title using VBA on the fly. If this is an option and there is a way to do it, please advise.
Many thanks for your help.
Mike