G
Guest
Hi,
I have a master query named "qryMaster" with 3 fields of MasterID
(AutoNumber and primary key), CategoryID and SizeID.
I also have 2 other queries:
1) "qryCategory" with 2 fields of MasterID and CategoryID (AutoNumber and pk);
2) "qrySize" with 2 fields of CategoryID and SizeID (AutoNumber and pk).
How do I link SizeID's in qryMaster and qrySize, such that all SizeID
records entered in qrySize automatically populate the corrosponding SizeID
field (with the same MasterID) in qryMaster? Each query is based on its own
table.
Thanks
I have a master query named "qryMaster" with 3 fields of MasterID
(AutoNumber and primary key), CategoryID and SizeID.
I also have 2 other queries:
1) "qryCategory" with 2 fields of MasterID and CategoryID (AutoNumber and pk);
2) "qrySize" with 2 fields of CategoryID and SizeID (AutoNumber and pk).
How do I link SizeID's in qryMaster and qrySize, such that all SizeID
records entered in qrySize automatically populate the corrosponding SizeID
field (with the same MasterID) in qryMaster? Each query is based on its own
table.
Thanks