F
FerryMary
If what I am considering is poor DB design I don't want to do it,,so if
someone could give me clue I'd appreciate it.
I have a particular table that I'd like to cull down to fewer fields. It is
my equipment list. It has various fields that enable me to sort entries.
Since I can sort very easily, I'd like to know if it is bad design to use a
field for different items.
For example:
Equip#1 is of SysA and Uses fields: RPM,VOLTS,FLA
Equip#2 is of SysF and Uses fields: HIGHIDLE,FullLOAD,BOM
In place of 6 fields, since datatype is same, could I just have 3 fields:
RPMorHIGHIDLE,VOLTSorFullLOAD,FLAorBOM
If this is not poor design my table would be changed from
43 fields to 30 fields and the number of blank cells would be would be
dimished greatly.
Hoping this was a clear enough,,,,,
Thanks
Mary
someone could give me clue I'd appreciate it.
I have a particular table that I'd like to cull down to fewer fields. It is
my equipment list. It has various fields that enable me to sort entries.
Since I can sort very easily, I'd like to know if it is bad design to use a
field for different items.
For example:
Equip#1 is of SysA and Uses fields: RPM,VOLTS,FLA
Equip#2 is of SysF and Uses fields: HIGHIDLE,FullLOAD,BOM
In place of 6 fields, since datatype is same, could I just have 3 fields:
RPMorHIGHIDLE,VOLTSorFullLOAD,FLAorBOM
If this is not poor design my table would be changed from
43 fields to 30 fields and the number of blank cells would be would be
dimished greatly.
Hoping this was a clear enough,,,,,
Thanks
Mary