checkbox

B

Bill H.

I'm working on a survey form. Each question is a yes or no. I need to
capture whether a yes or no was checked, and need a way to clear each
question's checkbox if a yes or no were checked by mistake.

I also need the stored values (yes or no) to show on the form when the
record is viewed.

Ideas?

I'm trying to avoid having two t/f boxes for each question, and then writing
code so only one can be checked at a time. :)
 
R

RuralGuy

Bill H. said:
I'm working on a survey form. Each question is a yes or no. I need
to capture whether a yes or no was checked, and need a way to clear
each question's checkbox if a yes or no were checked by mistake.

I also need the stored values (yes or no) to show on the form when the
record is viewed.

Ideas?

I'm trying to avoid having two t/f boxes for each question, and then
writing code so only one can be checked at a time. :)

Hi Bill,

Have you looked into Option Groups? It sound like they would
be exactly what you need!

HTH
 
Top