E
Ernest Stokely
I am obviously doing something wrong. Here is my table content for a
customer order (I am paraphrasing to keep it simple):
# Part A items # Part B items # Part C items
In another small table I have:
Price part A Price part B Price part C
In writing a query to generate the total of an order I need to
calculate the sum:
# Part A items * Price part A + # Part B items* Price part B etc.
In the query two tables are used and I can filter to get the price of
the first part, no problem. When I try to add the second filter the
query fails because it is looking for a nonexistent set of prices.
How do you do this??
Ernie Stokely
customer order (I am paraphrasing to keep it simple):
# Part A items # Part B items # Part C items
In another small table I have:
Price part A Price part B Price part C
In writing a query to generate the total of an order I need to
calculate the sum:
# Part A items * Price part A + # Part B items* Price part B etc.
In the query two tables are used and I can filter to get the price of
the first part, no problem. When I try to add the second filter the
query fails because it is looking for a nonexistent set of prices.
How do you do this??
Ernie Stokely