making not visible a group option

quijote

Registered User.
Local time
Today, 19:44
Joined
Jul 11, 2001
Messages
18
I have a form where I have two option groups. If I click
one of the option groups it will make visible the second
group option (set to not visible in properties). When I
want to move to the next record I want to make the second
option group not visible. I used the following
me![frame450].visible = false
When I move to the next record the second group option
still visible. What I am doing wrong. Thanks
 
you will need to copy of the code you are using in the OnCurrent as well!
 
Do I need to put the same code in the On current event in the Form properties. I used the code in the On click event in the properties of the Next buttom
 

Users who are viewing this thread

Back
Top Bottom