K
Kevin Rosenthal
Greetings,
I am working on an inventory databse for a clothing company and I amhaving
fits trying to build my tables. Here is the data that I need to track. If
anyone can help with the basic table design, I can take it from there.
Style Number (combination of a fabric ID and a Body ID)
Color
Size (can have any number of sizes per style)
I also need to track the details of newly finished goods and of the items
shipped.
Here is what I had came up with but it seems I am missing something.
styles_table
transaction_table
OK, Can anyone help me?!!?!?
PLEASE!!!!!!
I need to have a rough draft on this by Monday!!!
Thanks!!!
I am working on an inventory databse for a clothing company and I amhaving
fits trying to build my tables. Here is the data that I need to track. If
anyone can help with the basic table design, I can take it from there.
Style Number (combination of a fabric ID and a Body ID)
Color
Size (can have any number of sizes per style)
I also need to track the details of newly finished goods and of the items
shipped.
Here is what I had came up with but it seems I am missing something.
styles_table
(I have checked and no style has more then 6 sizes but some have only 1)StyleNumber
Color
size1
size2
size3
size4
size5
size6
transaction_table
tansactionID (Either Invoice# for shipping or cutting ticket# for reciepts)
styleID
color
size1
size2
size3
size4
size5
size6
OK, Can anyone help me?!!?!?
PLEASE!!!!!!
I need to have a rough draft on this by Monday!!!
Thanks!!!