J
Jon
Hello -
I have been tasked to analyze data (on a monthly basis) and generate a
couple of reports. To save time and energy I'd like to input the data
into Access - run a couple of queries - and have Access spit out the
reports. I’ve tried reasearching how I might acheive the results, but
the SQL I entered in access didn't spit out what I thought it would.
Below is an example of the raw data (Customer's Orders) that I have to
analyze to generate the two reports (Order Summary and Itemized
List). Where Order Summary shows the total of the fruit order each
month. FYI ~ Each month I receive the Customer’s Orders (data) and
have to combine the total fruit and update the Order Summary report –
with the updated information. In the Itemized List – I need to some
how list each fruit order on its one line.
I would GREATLY appreciate anyone’s assistance.
~ Jon
Table (Customer's Orders)
Name CustomerID Oranges Apples
John Doe 1234 21 7
Jane Doe 2341 14 5
James Doe 3412 4 48
Jenny Doe 4123 2 4
Output (Order Summary)
Name CustomerID Nov-08 Dec-08
John Doe 1234 17 28
Jane Doe 2341 5 19
James Doe 3412 24 52
Jenny Doe 4123 50 6
Output (Itemized List)
Name CustomerID Type of Fruit Total
John Doe 1234 Oranges 21
John Doe 1234 Apples 7
Jane Doe 2341 Oranges 14
Jane Doe 2341 Apples 5
James Doe 3412 Oranges 4
James Doe 3412 Apples 48
Jenny Doe 4123 Oranges 2
Jenny Doe 4123 Apples 4
I have been tasked to analyze data (on a monthly basis) and generate a
couple of reports. To save time and energy I'd like to input the data
into Access - run a couple of queries - and have Access spit out the
reports. I’ve tried reasearching how I might acheive the results, but
the SQL I entered in access didn't spit out what I thought it would.
Below is an example of the raw data (Customer's Orders) that I have to
analyze to generate the two reports (Order Summary and Itemized
List). Where Order Summary shows the total of the fruit order each
month. FYI ~ Each month I receive the Customer’s Orders (data) and
have to combine the total fruit and update the Order Summary report –
with the updated information. In the Itemized List – I need to some
how list each fruit order on its one line.
I would GREATLY appreciate anyone’s assistance.
~ Jon
Table (Customer's Orders)
Name CustomerID Oranges Apples
John Doe 1234 21 7
Jane Doe 2341 14 5
James Doe 3412 4 48
Jenny Doe 4123 2 4
Output (Order Summary)
Name CustomerID Nov-08 Dec-08
John Doe 1234 17 28
Jane Doe 2341 5 19
James Doe 3412 24 52
Jenny Doe 4123 50 6
Output (Itemized List)
Name CustomerID Type of Fruit Total
John Doe 1234 Oranges 21
John Doe 1234 Apples 7
Jane Doe 2341 Oranges 14
Jane Doe 2341 Apples 5
James Doe 3412 Oranges 4
James Doe 3412 Apples 48
Jenny Doe 4123 Oranges 2
Jenny Doe 4123 Apples 4