-----Original Message-----
Dear Bill:
A general answer to a general question is the best I can do.
You could write separate queries that give the values (sales?) by
weeks, months, and quarters. Keep this in normalized fashion - one
value per row. Then create a UNION ALL of them. Finally, assuming
you want a crosstab format, create the crosstab from that union.
If you are planning to use parameters, make sure they are identical so
it won't ask several times.
I expect there is considerable remaining challenge to doing this,
including getting the columns in the order you want and performing the
filtering from controls on a form if you should so choose. I hope
this is enough to get you started.
Tom Ellison
Microsoft Access MVP
Ellison Enterprises - Your One Stop IT Experts
I need help with building a query that will breakdown the
[Salesrep] and [OrderDate] by week, month and quarter and
that will prompt the user for the [salesrep] and month or
quarter.
Thanks in advance
.