Build an Access database to display survey results
May 14, 2011 5:50 PM Subscribe
I've never used Access; I'm a SQL snowflake and don't take naturally to its norms. Pretend I'm your technology-challenged elderly relative, and tell me how to set up tables to run queries on survey results.
I created a survey in surveymonkey, with a combination of free text questions, multiple choice/single answer, and multiple choice/multiple answer questions. Also built in page and question logic. I know it's possible to set up a relational database (and surveymonkey generates relational database tables), but I can't quite picture how I should modify the spreadsheets.
An example of user A's results:
Page 1 - (free-text) name; (multiple choice/single answer) continent
question logic jump
Page 4 (Europe) - (multiple choice/single answer) country
question logic jump
Page 10 (France) - (multiple choice/single answer) Preference 1
question logic jump
Page 35 (free text Preference 1 questions) (multiple choice/single answer) Preference 2 or Done
question logic jump
Page 50 (free text questions) Done
Users B - ZZ will use the same general framework, but land on different pages based on responses to questions with logic. The Continent pages are all alike, as are the country pages and preference pages -- they're asking the same questions about the user's choices in the survey.
I want to be able to query on everything and in combination (e.g., all users in North America; all Preference 1 users regardless of geography; all Africa users who selected Preferences 3 and 5). Help me with the table logic, pretty please (N.B., I do not need assistance in actually creating the tables, just the foundation logic for doing what I want to do).
posted by heigh-hothederryo to computers & internet (4 answers total) 5 users marked this as a favorite
posted by heigh-hothederryo at 6:24 PM on May 14, 2011