I am working on building a program to help my work deal with wire cuts but am curious how I should make my tables for it in regards to the wire cuts themselves.
Currently I have two tables, tblCutLog and tblParallelCut. tblCutLog handles the single item inputs such as a single size of wire that is a particular color, such as 12 gauge green and X amount of feet whereas tblParallelCut does multiple sizes and multiple colors such as 3 cuts of 8 gauge that are brown, yellow and white plus 1 cut of 6 gauge green.
Should I keep the tables separate or is there a way to combine them into one? I am worried that I am overlooking something that can allow this to be a single table.
Currently I have two tables, tblCutLog and tblParallelCut. tblCutLog handles the single item inputs such as a single size of wire that is a particular color, such as 12 gauge green and X amount of feet whereas tblParallelCut does multiple sizes and multiple colors such as 3 cuts of 8 gauge that are brown, yellow and white plus 1 cut of 6 gauge green.
Should I keep the tables separate or is there a way to combine them into one? I am worried that I am overlooking something that can allow this to be a single table.