I have a form that requerys every 30 seconds using the forms timer event.
I would also like to have one of the labels flashing.
As both would need the on timer event , can this be done.
Ie
set Me![Text27].Visible = Not (Me![Text27].Visible) to 600 and
set docmd.requery to 30000
I would also like to have one of the labels flashing.
As both would need the on timer event , can this be done.
Ie
set Me![Text27].Visible = Not (Me![Text27].Visible) to 600 and
set docmd.requery to 30000