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. id1912

    code query re: calculating times

    I am using the following code so that I can add add times together so that they don't reset themselves at 24:00, for example 17:00 + 15:00 = 32:00 instead of 08:00. Public Function FormatTime(dtmTime) Dim Hours As Long Dim Minutes As Long If IsNull(dtmTime) Then Exit Function...

Part and Inventory Search

Back
Top