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 Chris Miller 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: *

  1. Reils99

    Toggle button color

    I'm sorry but I'm confused. Instead of placing the code for each "frame" as I did below... Private Sub Frame239_AfterUpdate() Dim itm On Error Resume Next For Each itm In Me.Frame239.Controls itm.ForeColor = IIf(Me.Frame239 = itm.OptionValue, vbRed, vbBlack)...
  2. Reils99

    Toggle button color

    Thank you so much...after I inserted the VB it worked perfectly! One last question...I need to reset the button upon a new record. I imagine the code is simple...but for me impossible. Any idea how I can reset the colors to their defaults after the record is updated. Thank you
  3. Reils99

    Toggle button color

    I have an option group which uses toggle buttons. Upon key press the color is very similar to the unselected buttons. How can I assign a button color i.e. yellow based upon "key press". This would help my users.... Thank you

Part and Inventory Search

Back
Top