Changing Check Boxes

M

Mel

Is it possible for me to change a check box so rather a tick all the time,
the user can choose and tick or a cross depending on the answer to the
question? EG, is the it satisifactory or unsatisfactory?
 
P

Paresh

Nope.
If you want explicit capture: Use 2 Radio Buttons Instead





- Show quoted text -

You can have a Answer dropdownlist with entries "Satisfactory" and
"UnSatisfactory". Then you can set a rule on the dropdownlist to
check / uncheck the checkbox when the user selects an entry in the
"Answers" dropdownlist.

This is one way of achieving this. There might be other ways to
resolve this as well.

Let me know if you need any further information.

Thanks,
Paresh
 
Top