I may be in the wrong forum, and if so, I apologize. If there was a similar example, I'm happy to search if someone could give me my search term.
Anyway, heres what I'm trying to do
I have 1 database table with a bunch of items in it (in the fourth field)
The second database table has a list of products that contain the parts in them
So the example would be:
Table 1
Part
a1
a2
a3
a4
b1
b2
b3
b4
Table Two (look at it as finished product contains parts....)
Product1 a1 a4 b4
Product2 b3 a2 b1
and so on and so on.
What I want to be able to do is create a 3rd table, or query...report, anything that will link the products together, so a finished report would look like this:
a1 Product1
a2 Product2
a3
a4 Product1
b1 Product2
b2
b3 Product2
b4 Product1
Any help in getting me started with this would be appreciative.
Thank you,
George

Anyway, heres what I'm trying to do
I have 1 database table with a bunch of items in it (in the fourth field)
The second database table has a list of products that contain the parts in them
So the example would be:
Table 1
Part
a1
a2
a3
a4
b1
b2
b3
b4
Table Two (look at it as finished product contains parts....)
Product1 a1 a4 b4
Product2 b3 a2 b1
and so on and so on.
What I want to be able to do is create a 3rd table, or query...report, anything that will link the products together, so a finished report would look like this:
a1 Product1
a2 Product2
a3
a4 Product1
b1 Product2
b2
b3 Product2
b4 Product1
Any help in getting me started with this would be appreciative.
Thank you,
George
