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 Chriss Miller 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: *

  • Users: core2max
  • Content: Threads
  • Order by date
  1. core2max

    DateAdd problem

    What am I doing wrong? (WinXP, VB-engine:5.6) CODE: Option Explicit Dim tTime, tTest1, tTest2 tTime = CDate(Date & " 22:45:00") tTest1 = CDate(Date & " 23:00:00") tTest2 = CDate(Date & " 23:15:00") tTime = DateAdd("n",15,tTime) 'add 15min if tTime = tTest1 then msgbox "tTime is EQUAL to...

Part and Inventory Search

Back
Top