
Signature
Duane Hookom
MS Access MVP
Hello Duane
Thanks for your response and your suggestion did work outputting as
follows:
Category / 2005/12 2006/1 2006/2 2006/3 .....
------------------------------------------------------------------------------------------------
Cat1 10 5
1
Cat2 0
Cat3 15 0
1
Cat4 0
Cat5 8 5
What should I do to return the data for a particular month (obtain
through a parameter such that the user selects the data).
Example the user enters 2006/3 to obtain:
Category 2006/3
------------------------------------------------------------------------------------------------
Cat1 1
Cat2 0
Cat3 1
Cat4 0
Cat5 5
Again, your response will be much appreciated.
Regards,
Rahman Mooraby
> Change the join to Table 2 so that all records are returned from Table 2 in
> the join properties.
[quoted text clipped - 52 lines]
> >
> > How can I do this? Your help is much appreciated
Duane Hookom - 06 Jul 2006 16:48 GMT
I would create a new query that joins your crosstab with the category table.
Use the appropriate join in the new query.

Signature
Duane Hookom
MS Access MVP
Hello Duane
Thanks for your response and your suggestion did work outputting as
follows:
Category / 2005/12 2006/1 2006/2 2006/3 .....
------------------------------------------------------------------------------------------------
Cat1 10 5
1
Cat2 0
Cat3 15 0
1
Cat4 0
Cat5 8 5
What should I do to return the data for a particular month (obtain
through a parameter such that the user selects the data).
Example the user enters 2006/3 to obtain:
Category 2006/3
------------------------------------------------------------------------------------------------
Cat1 1
Cat2 0
Cat3 1
Cat4 0
Cat5 5
Again, your response will be much appreciated.
Regards,
Rahman Mooraby
Duane Hookom wrote:
> Change the join to Table 2 so that all records are returned from Table 2
> in
[quoted text clipped - 53 lines]
> >
> > How can I do this? Your help is much appreciated