P
Phil Smith
I have a fairly complex query. Based around an ITEM_ID, I link various
tables and queries, to get various counts totals, status, etc.
One of the queries, 4monthtrailingqry is a crosstab for trailing sales.
It returns the Item_ID, then 4 months of history. If I were to run it
today, I would get:
Item_id 2009_10 2009_11 2009_12 2010_01
As each month passes, when I run it , I will get different headers, so I
can't drop each header into a query grid.
I tried dropping 4monthtrailingqry.* into the grid, and while that
worked, not only did it drop my four months of data, but it also dropped
the Item_Id. This is redundant for my purposes. I could wrap all of
this in yet another query, and strip this out, but is there an easier
way to include the Coloum and Value portions without the Row portion of
this Crosstab?
Thanx
Phil
tables and queries, to get various counts totals, status, etc.
One of the queries, 4monthtrailingqry is a crosstab for trailing sales.
It returns the Item_ID, then 4 months of history. If I were to run it
today, I would get:
Item_id 2009_10 2009_11 2009_12 2010_01
As each month passes, when I run it , I will get different headers, so I
can't drop each header into a query grid.
I tried dropping 4monthtrailingqry.* into the grid, and while that
worked, not only did it drop my four months of data, but it also dropped
the Item_Id. This is redundant for my purposes. I could wrap all of
this in yet another query, and strip this out, but is there an easier
way to include the Coloum and Value portions without the Row portion of
this Crosstab?
Thanx
Phil