G
Guest
I have a table "tblTools" with fldtoolID as Pk and I have "tblAssembly" table that look for the value on tblTools
See the following for details
tblTools (other fields are omitted for clarity
- fldToolID (pk
- fldType (Male or Female
- fldDes
tblAssembl
- fldAssNum (pk
- fldDat
- fldMale(fk) ----> to fldToolId of tblTool
- fldFemale(fk) ----> to fldToolId of tblTool
as you can see that both fldMale and fldFemale on tblAssembly use fldToolID to refer to the tblTools
Is this design acceptable? if yes, how to create a query to tells the fldDesc for each tooling on tblAssembly
or should I split the tblTools into 2 tables, male and female? (this will result in more complex coding during data entry
any ideas
TIA
Djoez
See the following for details
tblTools (other fields are omitted for clarity
- fldToolID (pk
- fldType (Male or Female
- fldDes
tblAssembl
- fldAssNum (pk
- fldDat
- fldMale(fk) ----> to fldToolId of tblTool
- fldFemale(fk) ----> to fldToolId of tblTool
as you can see that both fldMale and fldFemale on tblAssembly use fldToolID to refer to the tblTools
Is this design acceptable? if yes, how to create a query to tells the fldDesc for each tooling on tblAssembly
or should I split the tblTools into 2 tables, male and female? (this will result in more complex coding during data entry
any ideas
TIA
Djoez