W
wallymeister
I have 3 tables (Models, Check Items & Parts)
Models Table has fields; [ModelID], [Desc], [Date] (e.g. 120 records)
Check Items table has; [CheckDesc], [IndexNo], [Shaded] (e.g 40 records)
Parts Table has; [PartNum], [Note], [Qty Per] (e.g should have 120 * 40
records)
What I'd like to know is, "Is there a way that when I add a new model, (121
now) the parts table will automatically populate with 40 new records from the
Check Items table. By the same token, when a new Check Item is added (41
now) a new record for all existing models be automatically added to the parts
table.
Thus the parts table will always contain the product of total Models records
times the total Check Items records.
Does this make any sense to anyone?
Any help will be greatly appreciated.
I'm just a Goober-roo
You guys are the Gurus
Thanks
Models Table has fields; [ModelID], [Desc], [Date] (e.g. 120 records)
Check Items table has; [CheckDesc], [IndexNo], [Shaded] (e.g 40 records)
Parts Table has; [PartNum], [Note], [Qty Per] (e.g should have 120 * 40
records)
What I'd like to know is, "Is there a way that when I add a new model, (121
now) the parts table will automatically populate with 40 new records from the
Check Items table. By the same token, when a new Check Item is added (41
now) a new record for all existing models be automatically added to the parts
table.
Thus the parts table will always contain the product of total Models records
times the total Check Items records.
Does this make any sense to anyone?
Any help will be greatly appreciated.
I'm just a Goober-roo
You guys are the Gurus
Thanks