clock

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
Ok, that made the seconds count but it still does not appear when the form is
opened... I have to click on the Label to make it appear...

Suggestions??
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Timer event either not triggering, or not working 1
Multiple Timer Events 2
Time VB 2
The clock on forms 5
Clock or operator error? 2
Compile Errors 1
Clock on the form 1
Forms Error Timer 3

Back
Top