Newbies Mallinson Posted August 14, 2009 Newbies Posted August 14, 2009 (edited) Hi everyone, I'm writing out a series of questionnaires for a medical research group, and my people are asking me to create answer fields that appear as their original wording (e.g. "yes" or "no") in the form, but are codified into numbers (e.g. yes=1, no=0) in the table, so they can easily input that data into their system. Is this one of those obscure requests from boss to employee that takes the utmost tact to explain to them that it's impossible, or is there a simple way to do this? Thanks! Edited August 14, 2009 by Guest
comment Posted August 14, 2009 Posted August 14, 2009 It's not only possible - it should be rather trivial with the correct structure. The answers should be records, not fields. You didn't provide much detail, but normally it would be a table of Answers, with fields for: AnswerID QuestionID Answer (the text) Value (the number) Note these are the answers provided for the subject to choose from - the actual responses would go into another table.
Recommended Posts
This topic is 5638 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now