D
Dan
I'm building a database who's end goal is to calculate prices for different
projects.
My first table has a list of all the separate materials I'll be using and
the cost for that particular item (eg Nail, 2x4, plywood sheet, etc). The
key value for that table is the Resource Name. The second table has the
specific project names along with the qty of the materials from table 1. The
main form for this table allows me to create a project, select building
materials from a predefined list, and add the quantities and everything
inputs into the table correctly there. The Key value for that table is
Project. I can't figure out if the next step is another form or query. I
want to type in or select "Bird House" and have Access show the following:
Bird House
Nails x8 $0.40
Plywood x1 $1.20
Varnish x1 $3.50
Total Price: $5.10
I know if I was using Excel the formula would look something like this:
=SUM((B2*'Resource List'!B8)+(B3*'Resource List'!B11)+(B4*'Resource
List'!B12))
But I have no idea how to get that into an Access.
projects.
My first table has a list of all the separate materials I'll be using and
the cost for that particular item (eg Nail, 2x4, plywood sheet, etc). The
key value for that table is the Resource Name. The second table has the
specific project names along with the qty of the materials from table 1. The
main form for this table allows me to create a project, select building
materials from a predefined list, and add the quantities and everything
inputs into the table correctly there. The Key value for that table is
Project. I can't figure out if the next step is another form or query. I
want to type in or select "Bird House" and have Access show the following:
Bird House
Nails x8 $0.40
Plywood x1 $1.20
Varnish x1 $3.50
Total Price: $5.10
I know if I was using Excel the formula would look something like this:
=SUM((B2*'Resource List'!B8)+(B3*'Resource List'!B11)+(B4*'Resource
List'!B12))
But I have no idea how to get that into an Access.