T
Tamara
Hi, I've received an access data table which I need to use for reporting but
require help with modifying it (excellent with Excel but novice with access).
It currently has a separate record detailing a store, the serial number of a
product, the date the product was received, the date it was sold. What I
need is to extract into excel the quantity of products received by each store
with the qty that was sold for each month. Here is an example of how the
access table looks:
Store Product Received Sold
A 122 01/11/08 04/11/08
A 144 01/11/08
A 133 04/12/08 06/12/08
B 244 04/10/08 11/11/08
C 545 05/12/08 06/12/08
The final result exported to excel should look like:
Oct Nov
Dec
Store Qty Rec Qty Sold Qty Rec Qty Sold Qty Rec Qty Sold
A 0 0 2 1 1
0
B 1 0 0 0
0 0
C 0 0 0 0
1 1
So I need to somehow add another column to convert the date over to the
month and then run a query over that. I think .....
Any help much appreciated!!
require help with modifying it (excellent with Excel but novice with access).
It currently has a separate record detailing a store, the serial number of a
product, the date the product was received, the date it was sold. What I
need is to extract into excel the quantity of products received by each store
with the qty that was sold for each month. Here is an example of how the
access table looks:
Store Product Received Sold
A 122 01/11/08 04/11/08
A 144 01/11/08
A 133 04/12/08 06/12/08
B 244 04/10/08 11/11/08
C 545 05/12/08 06/12/08
The final result exported to excel should look like:
Oct Nov
Dec
Store Qty Rec Qty Sold Qty Rec Qty Sold Qty Rec Qty Sold
A 0 0 2 1 1
0
B 1 0 0 0
0 0
C 0 0 0 0
1 1
So I need to somehow add another column to convert the date over to the
month and then run a query over that. I think .....
Any help much appreciated!!