I put a time display on form1 thinking it would keep current time. The way I have it here turns it into a time stamp (not what I wanted)
Private Sub Form_Load()
Label11.Caption = Format$(Time, "hh:mm:ss AM/PM")
Label10.Caption = Format$(Now, "dddd, mmmm dd, yyyy")
End Sub
Question: How do I get the time in Label11 to keep current time automatically ???
Steve

New Topic/Question
Reply



MultiQuote





|