Hello all -
Thanks for your assistance, my query building is a bit weak.
I have:
tblRoasts with fields comp1, comp2 comp3
tblInvTrans with fields TransDesc, ProductID
My intent is to build a query that will provide the following information. Comp1 - 3 all equal a unique entry in tblInvTrans under TransDesc. Each of these TransDesc entries have a ProductID I'd like to pull.
Any help creating this query would be greatly appreciated.
For those interested it is keeping track of types of coffee blends roasted by the beans and specifically from which country they are from. So any named Roast "Morning Roast" for example might be made of Colombian, Brazil and Mexican beans. Comp1-3 refer to the specific farmer's ID of the bag used (called a mark). I need to use that mark (TransDesc) to look up the country (ProductID) stored on the inventory table.
Thanks for your assistance, my query building is a bit weak.
I have:
tblRoasts with fields comp1, comp2 comp3
tblInvTrans with fields TransDesc, ProductID
My intent is to build a query that will provide the following information. Comp1 - 3 all equal a unique entry in tblInvTrans under TransDesc. Each of these TransDesc entries have a ProductID I'd like to pull.
Any help creating this query would be greatly appreciated.
For those interested it is keeping track of types of coffee blends roasted by the beans and specifically from which country they are from. So any named Roast "Morning Roast" for example might be made of Colombian, Brazil and Mexican beans. Comp1-3 refer to the specific farmer's ID of the bag used (called a mark). I need to use that mark (TransDesc) to look up the country (ProductID) stored on the inventory table.