M
Matthew Reed via AccessMonster.com
I have a switchboard that has a label on it that I want to flash on the
screen, meaning visible for a second, then invisible, visible, etc.
I have a "TestVis" macro that runs on the On Timer property, with the Timer
Interval set to 3000 (so every 3 seconds).
The TestVis macro should make the label visible if it isn't, then make it
invisible three seconds later. I'm using a SetValue action to set the
Visible property of the label to yes or no.
If I set the Visible property of the label to Yesin Design View, then open
the form, it makes it invisible -- ONCE.
If I set the Visible property of the label to No, then open the form, it
makes it visible -- ONCE.
It's as if the property isn't getting saved...Access still thinks it's
visible if it's not. I tried a Save Form action, no luck.
Any thoughts? I'm missing something about the way control properties can be
set and tested...
screen, meaning visible for a second, then invisible, visible, etc.
I have a "TestVis" macro that runs on the On Timer property, with the Timer
Interval set to 3000 (so every 3 seconds).
The TestVis macro should make the label visible if it isn't, then make it
invisible three seconds later. I'm using a SetValue action to set the
Visible property of the label to yes or no.
If I set the Visible property of the label to Yesin Design View, then open
the form, it makes it invisible -- ONCE.
If I set the Visible property of the label to No, then open the form, it
makes it visible -- ONCE.
It's as if the property isn't getting saved...Access still thinks it's
visible if it's not. I tried a Save Form action, no luck.
Any thoughts? I'm missing something about the way control properties can be
set and tested...