I have a SQL statment that counts the time and displays the hours and it worked perfect. The only problem I am havinging is I want it to add all the hours worked into one total. Any Ideas on this?
Code:
I have tried SELECT Mar1start, Mar1end, DateDiff('n', Mar1start, Mar1end)/60 AS Hours
FROM March
I have tried SELECT Mar1start, Mar1end, DateDiff('n', Mar1start, Mar1end)/60 AS Hours AS Total
FROM March
but no luck.
Attach Code
I have to be up just the right number of hours, just the right number of coffees and cigarettes... Before and after that magical point... it's useless...
Bookmarks