Frederic74
Technical User
I am pretty new to access so forgive me.....
I would like to make each control of a form flash once enabled.
I have tried working around some advice I was given. Timer Event: Private Sub Form_Timer()
Me.YourLabelName.Visible = Not Me.YourLabelName.Visible
End Sub
That only enables one control to flash once the form is opened. I would like the controls to flash once they are enabled. Any Advise on that issue would be appreciated...
I would like to make each control of a form flash once enabled.
I have tried working around some advice I was given. Timer Event: Private Sub Form_Timer()
Me.YourLabelName.Visible = Not Me.YourLabelName.Visible
End Sub
That only enables one control to flash once the form is opened. I would like the controls to flash once they are enabled. Any Advise on that issue would be appreciated...