zacharyjunior
Registered User.
- Local time
- Today, 12:28
- Joined
- Jan 11, 2002
- Messages
- 26
I built a query that looks up all customer complaints from a certain time frame. It pulls from an invoice table and a order table. In the query I want it to calculate a total $ spent. Here is what I have so far but it does not work.
The following fields are from the order table.
Standard Cost
Quantity
The following fields are from the invoice table.
Parts
Labor
Misc
I tried to build in the query a statement.
StandardCost*Quantity+Parts+Labor+Misc
I wanted this to give me the total.
Any thoughts?
The following fields are from the order table.
Standard Cost
Quantity
The following fields are from the invoice table.
Parts
Labor
Misc
I tried to build in the query a statement.
StandardCost*Quantity+Parts+Labor+Misc
I wanted this to give me the total.
Any thoughts?