Hello, I am just starting to learn about databases and MS Access. I have a question
I have 6 tables tblBlanks, tblPowder, tblProcesses, tblTypes, tblColors, and tblProcessCategories
tblTypes has a one to many relationship with tblBlanks through TypeID field.
tblBlanks has a one to many relationship with tblPowder through BlankID field.
tblPowder has a one to many relationship with tblProcesses though PowderID field.
tblColors has a one to many relationship with tblPowder through ColorID field
tblProcessCategories has a one to many relationship with tblProcesses
Example
Type --------> Blank----------->Powder----------------->Processes
Woodbinders 9K150TDH0Z 9K150TKH0PS WT02 9K150TKH0PS WT02-250
| |
Color Process
WT02 250
This is my question. Do I have to have TypeID field in tblPowder and tblProcess
or since tblBlank has it and its related to tblPowder and its related to tblProcess does the type follow the record?
Any help is appreciated Thanks
I have 6 tables tblBlanks, tblPowder, tblProcesses, tblTypes, tblColors, and tblProcessCategories
tblTypes has a one to many relationship with tblBlanks through TypeID field.
tblBlanks has a one to many relationship with tblPowder through BlankID field.
tblPowder has a one to many relationship with tblProcesses though PowderID field.
tblColors has a one to many relationship with tblPowder through ColorID field
tblProcessCategories has a one to many relationship with tblProcesses
Example
Type --------> Blank----------->Powder----------------->Processes
Woodbinders 9K150TDH0Z 9K150TKH0PS WT02 9K150TKH0PS WT02-250
| |
Color Process
WT02 250
This is my question. Do I have to have TypeID field in tblPowder and tblProcess
or since tblBlank has it and its related to tblPowder and its related to tblProcess does the type follow the record?
Any help is appreciated Thanks