Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: erikgismo
  • Content: Threads
  • Order by date
  1. erikgismo

    dynamic optionbutton_click

    I have a loop that each time generate a optionbutton dynamic: Dim opt_btn as OptionButton Set opt_btn = Me.Controls.Add("Forms.OptionButton.1", "optid" & i) (where i changes each time in the loop, 1,2,3..) How do I do to add a clickevent on these optionbuttons ? If the OptionButton was...

Part and Inventory Search

Back
Top