I use Access '97
I have three tables:
Table 1 (this is sort of a master table - that stays consistent):
Item
Location
Description
Catgory
LOB
table 2:
Item
Location
Sdate
Qty
Table 3:
Item
Location
Sdate
Base
Non-Base
What I want to do is take Table 1 which has every combination of Item/Location Possible (ie 1 item is at many loctions) and add to it the Qty from table 2 for each Sdate in Table 2. And add the Base & Non-Base for Each Sdate in Table 3. So in the end I have one table that has:
Item
Location
Sdate
Qty
Base
Non-base
My programming skills are not that great. I've tried to do this through a query - I have Item/Location as primary key in each table. But I end up with way too many records.
Any suggestions?
Thanks.
Lisa.
I have three tables:
Table 1 (this is sort of a master table - that stays consistent):
Item
Location
Description
Catgory
LOB
table 2:
Item
Location
Sdate
Qty
Table 3:
Item
Location
Sdate
Base
Non-Base
What I want to do is take Table 1 which has every combination of Item/Location Possible (ie 1 item is at many loctions) and add to it the Qty from table 2 for each Sdate in Table 2. And add the Base & Non-Base for Each Sdate in Table 3. So in the end I have one table that has:
Item
Location
Sdate
Qty
Base
Non-base
My programming skills are not that great. I've tried to do this through a query - I have Item/Location as primary key in each table. But I end up with way too many records.
Any suggestions?
Thanks.
Lisa.