VBAhole22
Registered User.
- Local time
- Today, 16:08
- Joined
- Jan 18, 2002
- Messages
- 117
This problem has been keeping me awake at night for 3 days. Hope I can explain it well enough to get some help. I'm trying to design a database with the following characteristics:
Users will enter info at quarterly intervals into this database that has to store it and generate reports on the data. There are 5 sections that need to be completed. Each section has the same 4 text boxes that need to be completed (the BIG4) plus additional fields that depend on what section you are in. Some of these additional elements are text some are numeric. So the trouble I'm running into is this: If I store all of the fields (big4 and additional elements) in one table then I will have tons of null entries because the additional elements only apply to one of the 5 sections. The approach I took was to make a BIG4 table to store those answers for all sections and then make tables for each of the sections to store these answers in each section's own tables. Now I'm having issues rectifying these 6 tables so I can get them into a report and wondering if I took the wrong approach.
Is this making sense to anyone? Anybody ever had this problem. One solution posed to me involved making a login table for each entry made and use a unique entryID to join all of these disparate tables. I haven't been able to make that work either.
Arrrggg!
Honestly, any tips greatly appreciated
Users will enter info at quarterly intervals into this database that has to store it and generate reports on the data. There are 5 sections that need to be completed. Each section has the same 4 text boxes that need to be completed (the BIG4) plus additional fields that depend on what section you are in. Some of these additional elements are text some are numeric. So the trouble I'm running into is this: If I store all of the fields (big4 and additional elements) in one table then I will have tons of null entries because the additional elements only apply to one of the 5 sections. The approach I took was to make a BIG4 table to store those answers for all sections and then make tables for each of the sections to store these answers in each section's own tables. Now I'm having issues rectifying these 6 tables so I can get them into a report and wondering if I took the wrong approach.

Is this making sense to anyone? Anybody ever had this problem. One solution posed to me involved making a login table for each entry made and use a unique entryID to join all of these disparate tables. I haven't been able to make that work either.
Arrrggg!
Honestly, any tips greatly appreciated