Radio buttons disappear
Let's say I have 3 buttons called Y/N/NA with values if 1,2,3 respectively. I put them in a group so they are mutually exclusive. I want to bind the value coming out of the group to a field in the database. In VBA this value would be a property of the option group - what is it here? Also, when a value is returned from the database, the only button showing is the selected one, the rest disappear. Why?
Any help is appreciated. Thanks.
Bob
|