25 option boxes??

  • Thread starter Thread starter DavPet
  • Start date Start date
D

DavPet

I have a form that has 25 statements. For each statement there is an option
box. The user clicks on one of 5 options.
I need to execute a code that tallies the selected option.

How can I detect which statement and option was selected, and excute the
code?
Instead of putting the code in for each statement.
 
DavPet,

First of all, can I ask?... Is the structure of your database "set in
concrete", or are you able to consider a design change? I would
strongly suspect that using a continuous view form, and having the
response to each statement as a separate record in a related table,
instead of in a separate field in the same table, will make life a lot
easier for you.
 
Back
Top