I am trying to write a Commodity Utilization report.
My database table has the following fields: Commodity id, Year, Qty-Ordered-Jan, Qty-Ordered-Feb,
Qty-Ordered-March… through Qty-Ordered-Dec
Commodity id – identifies what commodity it is
Year – Identifies what year (i.e. 2001)
Qty-Ordered-Jan – stores the quantity ordered for January
Qty-Ordered-Feb - stores the quantity ordered for February
Qty-Ordered-March - stores the quantity ordered for March
I want a report that will prompt the client for an input range. (9/15/2001 to 9/15/2002)
Once the report runs it should display the commodity id, and the total Qty-Ordered for the input range. Somehow, I have to add up all the months in the input range.
What formulas do I have to create to accomplish this?
Any suggestions would be appreciated.
Thanks,
Tim
My database table has the following fields: Commodity id, Year, Qty-Ordered-Jan, Qty-Ordered-Feb,
Qty-Ordered-March… through Qty-Ordered-Dec
Commodity id – identifies what commodity it is
Year – Identifies what year (i.e. 2001)
Qty-Ordered-Jan – stores the quantity ordered for January
Qty-Ordered-Feb - stores the quantity ordered for February
Qty-Ordered-March - stores the quantity ordered for March
I want a report that will prompt the client for an input range. (9/15/2001 to 9/15/2002)
Once the report runs it should display the commodity id, and the total Qty-Ordered for the input range. Somehow, I have to add up all the months in the input range.
What formulas do I have to create to accomplish this?
Any suggestions would be appreciated.
Thanks,
Tim