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
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