G
Guest
I have two tables:
Ship Table: CustomerID, ShipDate, Qty
Return Table: CustomerID, ReturnDate, Qty
I need to generate a report as follows:
CustomerID
Qty Returned by Month
Qty Shipped by Month
Calculate Field = qty returned / qty shipped
Should like this for example:
Joe's Company
May 2005
12 shipped
6 returned
50%
June 2005
30 shipped
10 returned
33%
etc....
What is the best way to set this up?
TIA
Ship Table: CustomerID, ShipDate, Qty
Return Table: CustomerID, ReturnDate, Qty
I need to generate a report as follows:
CustomerID
Qty Returned by Month
Qty Shipped by Month
Calculate Field = qty returned / qty shipped
Should like this for example:
Joe's Company
May 2005
12 shipped
6 returned
50%
June 2005
30 shipped
10 returned
33%
etc....
What is the best way to set this up?
TIA