How to use the optiong radio button?

  • Thread starter Thread starter GZ
  • Start date Start date
G

GZ

Hi, I added two option buttons on a form. I want to check which one is the
user's selection. But I cannot find which property to check which option
button the user clicked.
Opt1.value? Opt1.Inselection? ... are all invalid. I am really confused with
the radio button.
Anyone can help?
thanks!
GZ
 
Create a frame with two option buttons in it. The frame value will change
when the user selects an option. Use the frame AfterUpdate event for any
actions you want their selection to trigger.
 
Back
Top