Hi all,
Hope someone can offer a suggestion with this one. I have been tasked with designing a database from a paper-based form. However, the paper-form has not been designed with databases in mind.
Specifically, I have one question on the form as follows:
Tick all that apply (then lists 15 choices)
Now I don't want to create 15 separate fields for the 15 possible ticks. A colleague has suggested storing the possible combinations of ticks as a binary number, but seeing as how an admin person will be doing the data entry, I don't think this is feasible.
Also, I would rather avoid normalising unecessarily - the design of the form lends itself to a flat-file structure rather than relational tables.
I guess someone will say "store it in a spreadsheet" and to be honest that may well be the best solution, but I thought I'd canvass opinion first.
Regards,
Jon Moore
Hope someone can offer a suggestion with this one. I have been tasked with designing a database from a paper-based form. However, the paper-form has not been designed with databases in mind.
Specifically, I have one question on the form as follows:
Tick all that apply (then lists 15 choices)
Now I don't want to create 15 separate fields for the 15 possible ticks. A colleague has suggested storing the possible combinations of ticks as a binary number, but seeing as how an admin person will be doing the data entry, I don't think this is feasible.
Also, I would rather avoid normalising unecessarily - the design of the form lends itself to a flat-file structure rather than relational tables.
I guess someone will say "store it in a spreadsheet" and to be honest that may well be the best solution, but I thought I'd canvass opinion first.
Regards,
Jon Moore