SQL is the way to go with this one. You need a Crosstab query. Use your
existing query and build a crosstab upon it.
In the Database Window go to Queries, then New. The Crosstab Query Wizard
should be one of the options. Click on the Both option button so that you
can see both your tables and queries. Find the original query and let the
wizard guide you through the process. Don't be discouraged if you have to try
it 2 or 3 times to get it right.
Also if you are using a parameter in the original query to prompt for
information, make sure that while in design view you go to Query, Parameters
and specifically define the parameter datatype. Crosstabs are picky if you
don't.

Signature
Jerry Whittle
Light. Strong. Cheap. Pick two. Keith Bontrager - Bicycle Builder.
> I know this should be easy, but I can' t figure this one out to save
> me.
[quoted text clipped - 23 lines]
> Any help would be appreciated, and I prefer non-SQL based help if
> possible.
Timothy.Rybak@gmail.com - 31 May 2006 17:06 GMT
I still don't get how to get it to summarize, or count, the text based
data (i.e. how many C3 parts in a given time).
I'll continue to play with the crosstab query, but it you could give a
little more specific data, I would appreciate it.
Tim
> SQL is the way to go with this one. You need a Crosstab query. Use your
> existing query and build a crosstab upon it.
[quoted text clipped - 40 lines]
> > Any help would be appreciated, and I prefer non-SQL based help if
> > possible.