Toggle Buttons - Sorry if this is posted twice had some ISP issues

S

SamDev

I'm working in Access 2000 and I have a form that someone else created.

There are 3 rows with 9 toggle buttons that are numbered (captioned) 1, 1.5,
2, 2.5, 3 etc and the option value assigned to each is 10 times the label
amount. For example the option value on the toggle button 1 = 10.

It only permits one selection per row. When a button is clicked the amount
(caption) is the amount selected automatically changes the value of a
separate control. For example if the 2 is pressed in row 1, 3 in row 2 and
4 in row 3 the total displayed in the separate control would be 9.

Each row represents a different level of scoring. And the control that
changes as each toggle button is selected totals all scores from each level.

The source for the form is a query and when a toggle button is clicked the
option value is transferred to a query field. But I don't see any where on
properties of the toggle buttons where it is linked to those fields or how
it is knowing to add the individual scores to come up with the total for all
levels.

Any help would be appreciated.

Thx!!!
 
G

Guest

The Option Group that the toggle buttons belong to will be what is bound to
the field. Toggle buttons do not have a Control Source Property.
 

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