How would the data-entry clerk enter the answers on the forms?  Patti

      From: Albert Berry <[email protected]>
 To: [email protected] 
 Sent: Monday, April 3, 2017 11:13 AM
 Subject: Re: [RBASE-L] - Mark all that apply
   
Patti, you could put comma delimited lists into the system. You would need 
something like:
Q,Answers
1.”3”2,”2,6,7,10”3,”1,8”
You could, if the questions always have the same list of answers based upon 
something else, create a table adding the Source to the data. Source INTEGER 
ref …Question INTEGER ref …AnswerList TEXT (30)
Albert

On Apr 3, 2017, at 8:54 AM, 'Patti Jakusz' via RBASE-L 
<[email protected]> wrote:
Hello,
Is there a form control I can use for questions that have "Mark All That Apply" 
type answers?
If I have a question that has 10 possible answers, I've always created 10 
columns and had 10 checkboxes on by form.  But what I would be happy with is a 
text field that gives me a column that looks something like:32,6,7,101,8etc.

I don't really want to spend a lot of time doing it. Most of the time, I don't 
even use this data for anything other than passing though to our funding 
source.  I have dozens of these things and hate creating hundreds of columns 
for nothing.
Thank you.  
-- 
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.


-- 
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.


   

-- 
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to