I'm having a problem with this query.
SELECT [TABLE E].USERID, [TABLE E].CASE, [TABLE E].SCREEN, [TABLE E].START, [TABLE E].END, DateDiff("S",[START],[END]) AS SECONDS
FROM [TABLE E];
I will not caculate the correct number of seconds for line 3 in this table. It should be returning 58...