i'm using below code on my form for the Option (radio button):
it's working well when i enter a new record. but when i tried to move between records it's not working. can someone help on this
Ragu![[pc] [pc] [pc]](/data/assets/smilies/pc.gif)
Code:
Private Sub Option61_GotFocus()
Me.txtDuty.Visible = True
End Sub
Code:
Private Sub Option57_GotFocus()
Me.txtDuty.Visible = False
End Sub
it's working well when i enter a new record. but when i tried to move between records it's not working. can someone help on this
Ragu
![[pc] [pc] [pc]](/data/assets/smilies/pc.gif)