Z
zaskodnik
Here are some details:
My query includes all necessary columns:
Customer Name, Territory, Sales Rep, Product ordered, quantity, uni
price, ext. price, shipped on date, required by date, forecast (this i
check box), shipped (checkbox)
The query includes 3 types of data:
1. orders in backlog (when shipped checkbox is not marked and shippe
on date is empty)
2. shipped orders (when shipped checkbox is marked and shipdate i
filled in)
3. forecast (when forecast checkbox is checked)
I need to summarize tha data in one report like this:
_______Backlog_____Shipped_____Forecasted___Total
Korea___2__________4___________5____________11
Europe__1__________7___________7____________15
Japan___6__________7___________6____________19
Total___9__________18__________18___________45
Right now I can do separate 3 small reports where I use 3 queries tha
give me only backlog, or only shipments, or forecasts.... so I can mak
only 1 column of the needed report.
Any suggestions?
Thank you
My query includes all necessary columns:
Customer Name, Territory, Sales Rep, Product ordered, quantity, uni
price, ext. price, shipped on date, required by date, forecast (this i
check box), shipped (checkbox)
The query includes 3 types of data:
1. orders in backlog (when shipped checkbox is not marked and shippe
on date is empty)
2. shipped orders (when shipped checkbox is marked and shipdate i
filled in)
3. forecast (when forecast checkbox is checked)
I need to summarize tha data in one report like this:
_______Backlog_____Shipped_____Forecasted___Total
Korea___2__________4___________5____________11
Europe__1__________7___________7____________15
Japan___6__________7___________6____________19
Total___9__________18__________18___________45
Right now I can do separate 3 small reports where I use 3 queries tha
give me only backlog, or only shipments, or forecasts.... so I can mak
only 1 column of the needed report.
Any suggestions?
Thank you