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)...
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
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
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.