Certainly in Access 2000 there is a wizard to help create the crosstab
query.
You may need to create 1 crosstab query for the body (Salesmens names??? and
monthly turnover???) and a second crosstab query for the monthly totals.
Then a Union Query combines these 2 for the final result. If your report is
to be names + 12 monthly columns, then life is very simple. If you want a
variable no of columns to suit only those months that have data, then you
get into quite heavy Vb
Phil
"lyle fairfield" <lyle.fairfield (AT) gmail (DOT) com> wrote
On Apr 16, 4:31 pm, bipin <bipinbi... (AT) gmail (DOT) com> wrote:
Quote:
i am still hoping there is some simple way to generate
a report from a pivot table. |
Perhaps there is something I don't understand here. A pivot table,
TTBOMK is not t table at all but a query or view of data with the rows
and columns transformed. This is accomplished through sql. Typically
the sql is saved as a query (by those who save queries). A saved query
can be used as the recordsource for a report; so can an sql string.
It's a long time since I've done this with JET, (if i ever did it).
But with SQL Server and Access 2007 one selects the View, the Create
section of the toilet paper (sorry, of course, I meant "ribbon") and
clicks on Report and Presto, a clumsy, inefficient, bloated report
pops right up on the screen. No???????????