Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Hammer30

    Having a 'clock' on a form that displays the current time...

    Try this for your format in the code: Me.Clockbox.Value = Format(Now, "dddd, DD hh:mm AMPM MMMM YYYY")
  2. Hammer30

    Having a 'clock' on a form that displays the current time...

    The textbox ("Clockbox") needs to be an unbound field. Sorry - I should have mentioned that.
  3. Hammer30

    Having a 'clock' on a form that displays the current time...

    AccipiterQ, I had the same issue a while back. Here is the answer: On the form in question, select properties and set Timer Interval to 1000. Next, right beneath this property, there is another property called "On Timer". Click in the empty field, select the "...", and select "Code Builder"...

Part and Inventory Search

Back
Top