this is an assignment, and I am stuck!
I need to create a query to determine the total dollar amount of all products sold to 3 specific stores....using three tables: Customers, Shipments and Products.
From Customer table list: StoreID. Chain. displaying the datat ONLY from stores 102, 103 and 110. (there are several other stores) From Shipment table list: Ship_Date. From Products table list: $/Case. nd, again from Shipment table list: Quantity.
To the right of "Quantity" field, I am to create a calculated field named "Total Quantity (calculated by multiplying the $/Case field by the Quantity field.
OK....first, it keeps telling me I have an incorrect syntax.
How do I need to write this?
Second, how do I write the criteria to show I only want those three stores in the calcuation?
I worked on this for an hour and can't seem to get beyond it!
I have brought down each of these
I need to create a query to determine the total dollar amount of all products sold to 3 specific stores....using three tables: Customers, Shipments and Products.
From Customer table list: StoreID. Chain. displaying the datat ONLY from stores 102, 103 and 110. (there are several other stores) From Shipment table list: Ship_Date. From Products table list: $/Case. nd, again from Shipment table list: Quantity.
To the right of "Quantity" field, I am to create a calculated field named "Total Quantity (calculated by multiplying the $/Case field by the Quantity field.
OK....first, it keeps telling me I have an incorrect syntax.
How do I need to write this?
Second, how do I write the criteria to show I only want those three stores in the calcuation?
I worked on this for an hour and can't seem to get beyond it!
I have brought down each of these