How do I allow multiple selections in an option group?

G

Guest

I'm trying to allow for multiple selections in a toggle group that will add
numbers to a field instead of simply putting there default value and deleting
the manual entry.
 
P

Peter R. Fletcher

I'm trying to allow for multiple selections in a toggle group that will add
numbers to a field instead of simply putting there default value and deleting
the manual entry.

If it's an option group, it returns a single result! If you want
something that looks like an option group but allows multiple buttons
to be pressed or boxes to be ticked, you need to surround multiple
individual controls with a drawn box and combine the results in code
attached to an appropriate Event - what Event is appropriate depends
on exactly how (and when) you want to combine the results.

Please respond to the Newsgroup, so that others may benefit from the exchange.
Peter R. Fletcher
 

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