I have created many queries, and reports for a survey application where each question represented one one field in the sole table in the database. This type of structure made it very difficult to work with the underlying data.
I have re-created the database and this time have normalized its structure & was wondering if anyone could give me some feedback/advise. Here is my basic structure:
tblAnswers
Answerid
Questionid
Clientid
Answer
Date
tblQuestions
Questionid
QuestionText
tblParticipant
Participantid
ParticipantName
Locationid
tblLocations
Locationid
LocationDesc
tblSurveyAnswers
Surveyid
Answerid
SurveyDesc