Microsoft
Software
Hardware
Network
Question : Time Difference in Access
I have a table with the following data
Date | Time In | Time Out
01/01/10 | 7.00 AM | 11.00 PM
01/02/10 | 8.30 AM | 8.30 PM
How do I calculate the difference between Time Out and Time In for each day?
In the example above I should obtain 16 hours for 01/01 and 12 hours for 01/02
I tried TimeOut - TimeIn but I get weird numbers
Answer : Time Difference in Access
If you just want the number of hours as a numeric value (e.g. 16h 30min = 16.5 and 16h 20min = 16.33333) then
SELECT ([time out]-[time in])*24 AS Expr1
FROM tbl;
Random Solutions
connect to sql database using php
Two Inboxes in Outlook 2007
Configure Cisco Linksys RV042 to communicate with second network
repair hard disk
Mac/Unix/Linux compatibility with Windows 2008 R2 domain authentication
Pulling recent posts in two columns
3 monitors on i5-650 on Gigabyte GA-H55M-UD2H
Can you take the code from a Joomla Template and its modular layout, copy a "generic" version of the pages code and paste the code in when you need the same kind of page layout. If so how?
SQL 2005 Modify SSIS created in Import Export Wizard
Maximum NVIDIA GeForce 8800 GTS Temperature