Mike Hughes
Registered User.
- Local time
- Today, 12:14
- Joined
- Mar 23, 2002
- Messages
- 493
I'm trying to figure the difference in time between the START and END fields
Both the fields are DATE/TIME fields. All the differences will be in minutes and seconds, the date will always be the same. Attached is a shot of the table.
SELECT
[TABLE 5].USERID,
[TABLE 5].CASE,
[TABLE 5].SCREEN,
[TABLE 5].START,
[TABLE 5].END,
FROM [TABLE 5];
Both the fields are DATE/TIME fields. All the differences will be in minutes and seconds, the date will always be the same. Attached is a shot of the table.
SELECT
[TABLE 5].USERID,
[TABLE 5].CASE,
[TABLE 5].SCREEN,
[TABLE 5].START,
[TABLE 5].END,
FROM [TABLE 5];