Having a multiple choice and recording the answer

B

bournestar

Hey

I am trying to build a quiz in Access but have had problems wit
setting up the multiple choice. If any one has any thoughts or has som
links to other pages that would be great.

Natha
 
K

Klatuu

Nathan,
The Option Group would be the way to go. You just set up an option button
for each choice the question. If you have 4 possibilities, you would get a
value of 1 through 4 for each record (question). It would also be a good
idea to use the TripleState property of the options so if the question was
not answered, a Null will be returned.
 
Top