D
Dan @BCBS
I added a clock to a form but it only appears when clicked.
I tried on open, on load, is there something I can add to the code to have
it appear when the form opens???
Private Sub Form_Load()
End Sub
Private Sub lblClock_Click()
Me!lblClock.Caption = Format(Now, "dddd, mmm d yyyy, hh:mm:ss AMPM")
End Sub
Thanks
I tried on open, on load, is there something I can add to the code to have
it appear when the form opens???
Private Sub Form_Load()
End Sub
Private Sub lblClock_Click()
Me!lblClock.Caption = Format(Now, "dddd, mmm d yyyy, hh:mm:ss AMPM")
End Sub
Thanks