Access newbie here trying to figure out the following, 2 tables:
tblCookTime
Product (PK)
LotNumber (PK)
CookTime
tblDataLogger
Product (PK)
LotNumber (PK)
Description (PK)
CookTime
Various other fields
There will be multiple records in tblDataLogger for each LotNumber. I need to pull the CookTime for tblDataLogger from tblCookTime based on LotNumber and Product. I can't seem to figure it out.
Thanks in advance!
tblCookTime
Product (PK)
LotNumber (PK)
CookTime
tblDataLogger
Product (PK)
LotNumber (PK)
Description (PK)
CookTime
Various other fields
There will be multiple records in tblDataLogger for each LotNumber. I need to pull the CookTime for tblDataLogger from tblCookTime based on LotNumber and Product. I can't seem to figure it out.
Thanks in advance!