Toggle button default

P

pokdbz

How do you set the default of the toggle buttons? I have a frame with 4
toggle buttons in them. The buttons have names and there values are store as
1,2,3,4.

Also how do you make it so the default of the buttons is nothing like none
are clicked.

I would like to set defaults when a page is opened.
 
A

Allen Browne

Buttons in a group do not have a Default Value.
The option group does.

To initialize your group so that none of the buttons are selected, remove
the Default Value from the option group. If the group is bound to a field,
you may also need to delete the Default Value from the field in the table.
 
Top