J
jcripe
I have a database with a table that has over 200 fields. It's worked fine for 3 years but now we need additional data fields and now I have a mess.... This is a tree of the fields and how they relate- (Database is for building inspections and results)
Facility #
Inspection type#1 Inpection type #2 Inspection type #3 Inspection type #4
Discrepancy 1-25 Discrepancy 1-25 Discrepancy 1-25 Discrepancy 1-25
workcenter (each discrep) same same same
est. labor hours (each disc) same same same
labor cost (each disc) same same same
material cost (each disc) same same same
total cost (each disc) same same same
service workorder (each disc) same same same
major work pkg (yes/no each disc) same same same
additional information (8 fields) same same same
record example
fac#, inspectype, 8 additional info fields, discrepancy1, discrepancy2, discrepancy3...to discrepancy25, wc1...to wc25, lh1...to lh25, lc1...to lc25, mc1...to mc25, tc1...to tc25, wo1..to wo25, pkg1...to pkg25
note: each wc, lh, lc, mc, wo & pkg is related to it's discrepancy (1-25)
now I need to add 6 new fields for each major work package that is related to a discrepancy. The 6 fields have set values. I've tried over the past 2 weeks to work around this by creating 2 new tables, subforms, combo boxes, update queries, append queries, make table queries but inevitably I get a too many fields defined messages. How can I reduce this monster into seperate tables and make it all work as one in forms, reports, etc.??? Please help!!!! My boss has told me to give it up and just hand write the additional info on the printed copy of the form but I never give up.....not my style!!
I know this is a big mess but I need some serious help!
Thanks in advance....
Facility #
Inspection type#1 Inpection type #2 Inspection type #3 Inspection type #4
Discrepancy 1-25 Discrepancy 1-25 Discrepancy 1-25 Discrepancy 1-25
workcenter (each discrep) same same same
est. labor hours (each disc) same same same
labor cost (each disc) same same same
material cost (each disc) same same same
total cost (each disc) same same same
service workorder (each disc) same same same
major work pkg (yes/no each disc) same same same
additional information (8 fields) same same same
record example
fac#, inspectype, 8 additional info fields, discrepancy1, discrepancy2, discrepancy3...to discrepancy25, wc1...to wc25, lh1...to lh25, lc1...to lc25, mc1...to mc25, tc1...to tc25, wo1..to wo25, pkg1...to pkg25
note: each wc, lh, lc, mc, wo & pkg is related to it's discrepancy (1-25)
now I need to add 6 new fields for each major work package that is related to a discrepancy. The 6 fields have set values. I've tried over the past 2 weeks to work around this by creating 2 new tables, subforms, combo boxes, update queries, append queries, make table queries but inevitably I get a too many fields defined messages. How can I reduce this monster into seperate tables and make it all work as one in forms, reports, etc.??? Please help!!!! My boss has told me to give it up and just hand write the additional info on the printed copy of the form but I never give up.....not my style!!
I know this is a big mess but I need some serious help!
Thanks in advance....