Form checkboxes

G

Guest

I am new to Word forms. I would like to place a series of 5 checkboxes on a
form. I want users to only be able to check one of these boxes. If they try
to check another, the one they checked first should be unchecked. Basically,
the boxes must be linked in some way so that only one can be chosen at any
point in time.

I see you can run a macro on entry into a checkbox and on exit. Do I need
to write a macro to accomplish this, or is there some other way a group of
checkboxes can be linked in this way.

Thanks for any and all ideas on this,
Mark
 
G

Guest

Graham,

I need to be able to do same but inside a table. Looking over this macro,
seems like if:
- the checkboxes were in sequence in the table so you can skip thru each one
with a for/next, and
- you know the number of checkboxes to skip thru, OR
- you know the name of the last checkbox field to end with
That you could do this from within a table.

Am not very expert on macros but does this sound right to you and would you
be willing to take a stab at it to help get me started with the code?

Thanks,
Rick
 
T

the neighbor

I had had this problem and switched from checkboxes to a drop down list.
There is an "option button" in the web tools, but unfortunately not in the
forms editor.
 
T

the neighbor

I had had this problem and switched from checkboxes to a drop down list.
There is an "option button" in the web tools, but unfortunately not in the
forms editor.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top