H
Henrik Jansson
Dear friends,
My form comprises three radio buttons. When I press a button, its label
starts blinking nicely. When I choose next record at the SAME moment the
label is not visible, the label text disappears for that new record. This is
quite logical, but does not reflect what a user really wants. Is there an
easy workaround?
Private Sub Form_Timer()
If Me!RadioButton1 = True Then
Me!Label1.Visible = Not Me!Label1.Visible
ElseIf Me!RadioButton2 = True Then
Me!Label2.Visible = Not Me!Label2.Visible
ElseIf Me!RadioButton3 = True Then
Me!Label3.Visible = Not Me!Label3.Visible
End If
End Sub
Best regards,
Henrik
__________ Information från ESET NOD32 Antivirus, version av virussignaturdatabas 4930 (20100309) __________
Meddelandet har kontrollerats av ESET NOD32 Antivirus.
http://www.esetscandinavia.com
My form comprises three radio buttons. When I press a button, its label
starts blinking nicely. When I choose next record at the SAME moment the
label is not visible, the label text disappears for that new record. This is
quite logical, but does not reflect what a user really wants. Is there an
easy workaround?
Private Sub Form_Timer()
If Me!RadioButton1 = True Then
Me!Label1.Visible = Not Me!Label1.Visible
ElseIf Me!RadioButton2 = True Then
Me!Label2.Visible = Not Me!Label2.Visible
ElseIf Me!RadioButton3 = True Then
Me!Label3.Visible = Not Me!Label3.Visible
End If
End Sub
Best regards,
Henrik
__________ Information från ESET NOD32 Antivirus, version av virussignaturdatabas 4930 (20100309) __________
Meddelandet har kontrollerats av ESET NOD32 Antivirus.
http://www.esetscandinavia.com