K
Key Powell
I am not too sure how to word this, but:
I am attempting to create a database to track job information and pricing.
I have a query that calculates the price of a fixture based on various
criteria.
I have a table that stores the name of the job (primary key) and multiple
columns that store fixture number and quantity.
I need to use a query to look up the fixture number from the Fixture Price
Query and multiply it by the quantity to give me the total. My problem is
that I need the query to do this multiple times in one row. Here is the
example as best as I can show:
QRY:
Job Name - Fixture #1 - Fixture #1 Price (look up from query) -
Fixture #1 Qty - Fixture #1 Cost - Fixture #2 - Fixture #2 Price
(lookup from qry) - Fixture #2 Cost
I appreciate any help you all my have (if it is even possible)
I am attempting to create a database to track job information and pricing.
I have a query that calculates the price of a fixture based on various
criteria.
I have a table that stores the name of the job (primary key) and multiple
columns that store fixture number and quantity.
I need to use a query to look up the fixture number from the Fixture Price
Query and multiply it by the quantity to give me the total. My problem is
that I need the query to do this multiple times in one row. Here is the
example as best as I can show:
QRY:
Job Name - Fixture #1 - Fixture #1 Price (look up from query) -
Fixture #1 Qty - Fixture #1 Cost - Fixture #2 - Fixture #2 Price
(lookup from qry) - Fixture #2 Cost
I appreciate any help you all my have (if it is even possible)