Bounding and saving radio button values

ashishdatta

New member
Local time
Today, 08:38
Joined
Jan 15, 2010
Messages
4
Hi,

I have a form with 2 radio buttons grouped as an option group so that if one is selected other one gets unselected.

Also I have kept default value of one selected and other unselected.

The issue is that if I select one radio button, then this radio button is selected for other records too. I need to bound the radio button with the record.

Second issue: I'm not able to save the radio button values (i.e: which is selected and unselected) while closing/saving the form. Whenever I open the form the default value of the form comes up.

Any guidance in solving these issues would be appreciated.

Thanks.
 
It sounds like the frame isn't bound to anything (it's the frame that carries the value, not the individual options).
 
You mean the option group frame? How do I bound the frame?

Thanks,
Ashish
 
By setting its Control Source property to the appropriate field in the table.
 
And unless you've changed things from the default the wizard set up, the Value will be 1 if the first button is ticked, 2 if the second button is ticked, and so forth.
 

Users who are viewing this thread

Back
Top Bottom