C
Chris
I have a long list of part numbers with additional data such as quantity in
stock, qty on PO's, qty on SO's, etc. (total of 6 different data types).
Most of these have different due dates from each other. I would like to put
these into a pivot table that summaries by stock code (in rows) and then
groups by dates (in the column headings). These dates need to be grouped
into weekly buckets. Then I want to see the quantities in the data section
where the appropriate stock code and date intersect. I'm able to do this in
Excel but it's very manual. I'd like to have Access do the work once the
queries/reports are set up.
Example:
Raw Data;
Stock Code QtyonPO QtyinWH DueDate
EM0001-00 1 8/10/09
EM0001-00 1 8/17/09
EM0001-00 1 8/24/09
EM0001-00 1 8/10/09
EM0002-00 3 8/17/09
EM0002-00 5 8/24/09
EM0002-00 1 8/10/09
EM0002-00 1 8/17/09
Summary I'm looking for;
8/10 8/17 8/24
Stock Code
EM0001-00
QtyonPO 1 1 1
QtyinWH 1
EM0002-00
QtyonPO 3 5
QtyinWH 1 1
Anyone out there with some helpful hints?
Thx,
Chris
stock, qty on PO's, qty on SO's, etc. (total of 6 different data types).
Most of these have different due dates from each other. I would like to put
these into a pivot table that summaries by stock code (in rows) and then
groups by dates (in the column headings). These dates need to be grouped
into weekly buckets. Then I want to see the quantities in the data section
where the appropriate stock code and date intersect. I'm able to do this in
Excel but it's very manual. I'd like to have Access do the work once the
queries/reports are set up.
Example:
Raw Data;
Stock Code QtyonPO QtyinWH DueDate
EM0001-00 1 8/10/09
EM0001-00 1 8/17/09
EM0001-00 1 8/24/09
EM0001-00 1 8/10/09
EM0002-00 3 8/17/09
EM0002-00 5 8/24/09
EM0002-00 1 8/10/09
EM0002-00 1 8/17/09
Summary I'm looking for;
8/10 8/17 8/24
Stock Code
EM0001-00
QtyonPO 1 1 1
QtyinWH 1
EM0002-00
QtyonPO 3 5
QtyinWH 1 1
Anyone out there with some helpful hints?
Thx,
Chris