Clock on the form

  • Thread starter Thread starter lin
  • Start date Start date
L

lin

I have a clock on the form using the Form_Timer event.

Private Sub Form_Timer()
Me!lblc.Caption = Format(Now, "dddd, mmm d yyyy, hh:mm:ss
AMPM")
End Sub

I am starting and stoping the clock using the command
button.But I have problem with finding the total time
(means total time from Start to Stop). Any help.It is
really apprecite.
Thanks.
 

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

Time VB 2
The clock on forms 5
Timer event either not triggering, or not working 1
clock 2
Clock or operator error? 2
Forms Error Timer 3
TimerInterval 1
Ontimer Questions 10

Back
Top