Hello, I have Access 2013, Toggle Button problem Problem #1 The Blue color does not work with me but Red Color is working, so what do you think the problem is? Problem#2 I put the toggle button in Form Footer, If I hit the button On in first recorded, it will remain always on on the other records too?! kindly, how to solve that? My code Private Sub IsQuoteToggle_AfterUpdate() If IsQuoteToggle Then IsQuoteToggle.Caption = "Quote" IsQuoteToggle.ForeColor = vbBlue Else IsQuoteToggle.Caption = "Invoice" 'if you add . after the Filed name VBA will popup the Control Properise IsQuoteToggle.ForeColor = vbRed End If End Sub
Reply from Alex Hedley:
If you debug.print IsQuoteToggle what is returned?
Sorry, only students may add comments.
Click here for more
information on how you can set up an account.
If you are a Visitor, go ahead and post your reply as a
new comment, and we'll move it here for you
once it's approved. Be sure to use the same name and email address.
This thread is now CLOSED. If you wish to comment, start a NEW discussion in
Microsoft Access 304.