M
Monet 138
I'm working on a Project Manager DBase for our engineering department. One
of the things they want to be able to record within each project is the Size,
Length and Material of the pipes installed. They also want to be able to run
reports that would provide them totals based upon region, year, etc.
So I'm looking at sizes ranging from 1/2" to 48" (approx 20 different sizes)
plus a wide range of possible materials for each size.
Question 1:
Since a project could have multiple materials of the same pipe size
installed, do I create a field for each possible size & material combination
paired with its own length field, which would mean approx 100 or more fields.
Or if I estimate that a max of 20 size-material combinations would ever be
needed in a single project, would using a field-set similar to the example
below still work well enough for the totaling reports?
Size_1 | Material_1 | Length_1 | Size_2 | Material_2 | Length_2 |Size_3 | etc.
Anyone have a suggestion for something better than the two options I outlined?
Question 2:
Since the size-material quantities will be unique for each project, is there
any reason to actually seperate this information out into a second table or
should it just be kept within the primary table?
Thanks for the help.
of the things they want to be able to record within each project is the Size,
Length and Material of the pipes installed. They also want to be able to run
reports that would provide them totals based upon region, year, etc.
So I'm looking at sizes ranging from 1/2" to 48" (approx 20 different sizes)
plus a wide range of possible materials for each size.
Question 1:
Since a project could have multiple materials of the same pipe size
installed, do I create a field for each possible size & material combination
paired with its own length field, which would mean approx 100 or more fields.
Or if I estimate that a max of 20 size-material combinations would ever be
needed in a single project, would using a field-set similar to the example
below still work well enough for the totaling reports?
Size_1 | Material_1 | Length_1 | Size_2 | Material_2 | Length_2 |Size_3 | etc.
Anyone have a suggestion for something better than the two options I outlined?
Question 2:
Since the size-material quantities will be unique for each project, is there
any reason to actually seperate this information out into a second table or
should it just be kept within the primary table?
Thanks for the help.