How do I set up a multiple choice answer box for a template?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'm trying to make a form with a box that has multiple answers that can be
clicked on instead of typing each time. please help.
 
Make the field a combo box.
Go into design view of the table the form is based on and Change the Display
Control of that field to Combo Box. Then change Row Source Type should be
Value List and type the choices in Row Source. Use ; to seperate choices.
ex. ;Alaska;Alabama;Arkansas
 
Look at Command boxes.

I presume that your questions are in a table or query. If you also put the
answers in that query you should be in a position to assign eash answer to a
command box.

Then if you are telling them straight away right or wrong no problem. In
addion you could not tell them and then add the score up at the end.

If you want to you can ramdomly put the answer in a, b, c or d so the next
time the same question comes up it is not the same letter answer as last
time. (Look at random)

If more detailed answer required please ask. I will help.
 
Back
Top