M
mralmackay
Wondered if you could help with the following query that I need to do.
My table (Usage) contains two fields (Time & User)
I want to be able to calculate the difference between the first entry
for ther user in the table and the last entry for that user in the
table.
e.g. the data would appear like this:
User Time on system (This is calculated as
1 00:10:00 Last row where user 1 exists - First row
2 00:15:00 Last row where user 2 exists - First row
Note: The field whereby this data is calculated against is in the
following format HH:MM:SS
Any help on this would be greatly appreciated as I need to get this
done asap.
Many Thanks as always, Al.
My table (Usage) contains two fields (Time & User)
I want to be able to calculate the difference between the first entry
for ther user in the table and the last entry for that user in the
table.
e.g. the data would appear like this:
User Time on system (This is calculated as

1 00:10:00 Last row where user 1 exists - First row
2 00:15:00 Last row where user 2 exists - First row
Note: The field whereby this data is calculated against is in the
following format HH:MM:SS
Any help on this would be greatly appreciated as I need to get this
done asap.
Many Thanks as always, Al.