B
brownti via AccessMonster.com
This may be very elementary, but i can't wrap my brain around it. I have
tried to dummy it down as much as i can for myself, with plans of adapting it
into something working. I have three tables that look like the following:
Tbl 1:
ProdID A B C
1 $1 $2 $3
2 $4 $5 $6
3 $7 $8 $9
Tbl 2:
RmNum ProdID
1 3
1 2
2 1
2 2
Tbl 3:
RmNum Style
1 A
2 C
Relationships are:
[tbl1 ProdID] ------ [tbl2 ProdID]
[tbl2 RmNum] ------ [tbl3 RmNum]
What i want to do is create a query, and a report off of that query, that
gives me the price from Tbl1 "column" based on the Style selection in Tbl3.
So since there is product 3 and 2 in RmNum 1 (from Tbl 2) and style A for
RmNum 1 in Tbl 3, the total would be $11. The same situation for RmNum 2
total would be $9. I hope this makes sense and someone can at least point me
in the right direction. Thanks!
tried to dummy it down as much as i can for myself, with plans of adapting it
into something working. I have three tables that look like the following:
Tbl 1:
ProdID A B C
1 $1 $2 $3
2 $4 $5 $6
3 $7 $8 $9
Tbl 2:
RmNum ProdID
1 3
1 2
2 1
2 2
Tbl 3:
RmNum Style
1 A
2 C
Relationships are:
[tbl1 ProdID] ------ [tbl2 ProdID]
[tbl2 RmNum] ------ [tbl3 RmNum]
What i want to do is create a query, and a report off of that query, that
gives me the price from Tbl1 "column" based on the Style selection in Tbl3.
So since there is product 3 and 2 in RmNum 1 (from Tbl 2) and style A for
RmNum 1 in Tbl 3, the total would be $11. The same situation for RmNum 2
total would be $9. I hope this makes sense and someone can at least point me
in the right direction. Thanks!