J
Joanna
I have to construct a database to record survey results. The questions are
wordy, but the answers are primarily yes/no or numeric.
My challeng is to set up the tables efficiently. My initial thought was to
create tables that would use a crammed-in version of the question as the
field name, and just set the fields to Yes/No or numeric where applicable.
I'm really not confident that that is the most efficient way to set it up,
though, because I was always taught to keep field names brief, and that seems
like a very clunky way to do it.
The only other alternative I can think of is to number the questions in a
lookup table, and use the number as a question ID that would link to the
response table. That would work, but may make it more confusing for the next
person to manage the database when I move on.
Any thoughts on this?? Hopefully I'm overlooking an obvious simple solution
(??) Thanks!
wordy, but the answers are primarily yes/no or numeric.
My challeng is to set up the tables efficiently. My initial thought was to
create tables that would use a crammed-in version of the question as the
field name, and just set the fields to Yes/No or numeric where applicable.
I'm really not confident that that is the most efficient way to set it up,
though, because I was always taught to keep field names brief, and that seems
like a very clunky way to do it.
The only other alternative I can think of is to number the questions in a
lookup table, and use the number as a question ID that would link to the
response table. That would work, but may make it more confusing for the next
person to manage the database when I move on.
Any thoughts on this?? Hopefully I'm overlooking an obvious simple solution
(??) Thanks!