D
diaare
I am attempting to convert a Production Report currently done (quite
ineffectively) in Excel into an Access database I am creating from scratch.
Here is where I am stuck…
I currently receive a weekly report from the plant managers that gives Model
numbers, quantity built, and how many have each various options (ie: color,
glass doors, casters, compressor hp, voltage etc). The buyers in the
purchasing department use the data from this report to help them keep track
of inventory of their purchased components (for the models and options) and
predict what they need to buy in the upcoming weeks.
I currently have these lookup tables set up: Options, Colors, Models,
Voltages, Compressors
I began to set up a table to use to house the data that comes from the
weekly production reports (that I will then build a form to input the data
each week)
Here is what I have in the table so far:
tbl_Production
ProductionID (PK)
ModelID (FK)
ProductionDate
Quantity (I’m not sure about this one)
Voltage
CompHP
And here is where I get mixed up…
My report could say we have 15 of Model A built…1 is 115volt, 14 are
220volt, 3 are red, 5 have casters, and 4 have glass doors etc. Some of the
options are required (ie: voltage), some are not.
The buyers don’t care how the options relate…only that they know the totals
for each option and which model they are for.
I know that having the fields Option1, Qty1, Option2, Qty2…etc go against
the rules of normalization and create problems….but, do I have to have a
field in my Production table for each of my options (there are over 80 of
them)…and if so, will that mean I will have to have a field for each of them
in my form?
Surely there is a way to do this…can someone head me in the right direction?
Thanks
Diane
ineffectively) in Excel into an Access database I am creating from scratch.
Here is where I am stuck…
I currently receive a weekly report from the plant managers that gives Model
numbers, quantity built, and how many have each various options (ie: color,
glass doors, casters, compressor hp, voltage etc). The buyers in the
purchasing department use the data from this report to help them keep track
of inventory of their purchased components (for the models and options) and
predict what they need to buy in the upcoming weeks.
I currently have these lookup tables set up: Options, Colors, Models,
Voltages, Compressors
I began to set up a table to use to house the data that comes from the
weekly production reports (that I will then build a form to input the data
each week)
Here is what I have in the table so far:
tbl_Production
ProductionID (PK)
ModelID (FK)
ProductionDate
Quantity (I’m not sure about this one)
Voltage
CompHP
And here is where I get mixed up…
My report could say we have 15 of Model A built…1 is 115volt, 14 are
220volt, 3 are red, 5 have casters, and 4 have glass doors etc. Some of the
options are required (ie: voltage), some are not.
The buyers don’t care how the options relate…only that they know the totals
for each option and which model they are for.
I know that having the fields Option1, Qty1, Option2, Qty2…etc go against
the rules of normalization and create problems….but, do I have to have a
field in my Production table for each of my options (there are over 80 of
them)…and if so, will that mean I will have to have a field for each of them
in my form?
Surely there is a way to do this…can someone head me in the right direction?
Thanks
Diane