Time Question

  • Thread starter Thread starter DavidW
  • Start date Start date
D

DavidW

How do you insert a realtime clock into a textbox
What I am trying to do is to make a label flash every second while a popup
reminder is visible.
I did this in Excel before, but I cannot get it to work in Access
 
Use the forms timer event and then add some code that displays the time or
flash every second
 
Back
Top