I have to keep track of an item through a sign-off process. When we get an new order for a item, we want send it through all departments for approval and keep track of the who/when it was completed.
Fields that I need are:
Item
DateCreate
EngAppToSchedUser (Engineering Approval to Master Schedule)
EngAppToSchedDate
QualityUser
QualityDate
FinanceUser
FinanceDate
MaterialsUser
MaterialsDate
CheckListReqd
CheckListStatus
EngAppToProduction (Engineering Approval to Release to Production)
EngAppToProductionDate
ToolingUser
ToolingDate
Is it Ok to put all this in one table or do I need multiple? If multiple, how do I need to structure?
I have read several suggested posts on Tek-Tips about the fundamentals of relational database design but I am still a little confused.
Will some one help me get started?
Thanks
JW
Fields that I need are:
Item
DateCreate
EngAppToSchedUser (Engineering Approval to Master Schedule)
EngAppToSchedDate
QualityUser
QualityDate
FinanceUser
FinanceDate
MaterialsUser
MaterialsDate
CheckListReqd
CheckListStatus
EngAppToProduction (Engineering Approval to Release to Production)
EngAppToProductionDate
ToolingUser
ToolingDate
Is it Ok to put all this in one table or do I need multiple? If multiple, how do I need to structure?
I have read several suggested posts on Tek-Tips about the fundamentals of relational database design but I am still a little confused.
Will some one help me get started?
Thanks
JW