Digitalcandy
IS-IT--Management
I am making a very simple Access DB containing Dyes and some history of the Dyes. I have 4 tables;
Dyes
DyeHistory
Parts
Customers
Here is the DB structure;
Dyes
- DyeID
- DyeNum
- Color
- Description
DyeHistory
- HistoryID
- DyeID
- CustID
- PartID
- Location
Parts
- PartID
- PartNum
- PartRev
- ToolNum
Customers
- CustID
- CustNum
- CustName
So I'm looking to make a lookup field in the DyeHistory table for both CustID and PartID. I would like to make a combo box for both. For CustID I would like the combo box to display the list of CustNames in the Customer table but when you choose the customer name it actually writes the CustID. For PartID in the DyeHistory table I would like the combo box to lookup the ToolNum field in the Parts table but write the PartID.
Is this possible?
TIA
Dyes
DyeHistory
Parts
Customers
Here is the DB structure;
Dyes
- DyeID
- DyeNum
- Color
- Description
DyeHistory
- HistoryID
- DyeID
- CustID
- PartID
- Location
Parts
- PartID
- PartNum
- PartRev
- ToolNum
Customers
- CustID
- CustNum
- CustName
So I'm looking to make a lookup field in the DyeHistory table for both CustID and PartID. I would like to make a combo box for both. For CustID I would like the combo box to display the list of CustNames in the Customer table but when you choose the customer name it actually writes the CustID. For PartID in the DyeHistory table I would like the combo box to lookup the ToolNum field in the Parts table but write the PartID.
Is this possible?
TIA