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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by NthnLShltz

  1. NthnLShltz

    DateDiff question

    If this code is giving you an error with the code like this =Sum(DateDiff("h",[Time_In],[Time_Out])) In SQL Server 2005 I am able to take the quotes out around the h and it will work. The code looks like this below =Sum(DateDiff(h,[Time_In],[Time_Out])) I know that when I was trying to get days...

Part and Inventory Search

Back
Top