J
JM
I have a double blind survey that I am trying to develope
a functional and user friendly database for.
Most answers are Yes/No
Some answers are Mutliple choice single ans.
A couple are multiple choice mult. ans.
This database will be stored in a shared file on a LAN,
but for now I have it saved to my C drive.
I'm thinking about storing the data in fields that
represent each answer (as opposed to each question) as a
series of 1, 0 and X (1=yes, 0=No, and X=don't know)
If the outcome is going to be a tally of the responses
given, what is the best design format? The queries run on
this table will be used to develop charts.
How do I code the multiple choice answers such that the
form uses the names of the answers, but the data stored in
the table is in 1 or 0 format? Do I need to do this?
a functional and user friendly database for.
Most answers are Yes/No
Some answers are Mutliple choice single ans.
A couple are multiple choice mult. ans.
This database will be stored in a shared file on a LAN,
but for now I have it saved to my C drive.
I'm thinking about storing the data in fields that
represent each answer (as opposed to each question) as a
series of 1, 0 and X (1=yes, 0=No, and X=don't know)
If the outcome is going to be a tally of the responses
given, what is the best design format? The queries run on
this table will be used to develop charts.
How do I code the multiple choice answers such that the
form uses the names of the answers, but the data stored in
the table is in 1 or 0 format? Do I need to do this?