J
jj
Hi,
I've got a table that tells me how long I've been on the phone. I want to
have some output (a query? a report?) which lists each person I called only
once, and gives me a total of the amount of time that I'm on the phone with
them.
Here's the definition
Name: 10 Chars Text
Length: Date/Time
Here are some sample records:
Name Length
John 1:20:20
John 0:45:45
Mike 0:03:03
The output that I want is the following:
John 2:06:05
Mike 0:03:03
I've tried a calculated query, but the sum function comes up with nonsense.
Any suggestions would be appreciated.
Thanks,
JJ
I've got a table that tells me how long I've been on the phone. I want to
have some output (a query? a report?) which lists each person I called only
once, and gives me a total of the amount of time that I'm on the phone with
them.
Here's the definition
Name: 10 Chars Text
Length: Date/Time
Here are some sample records:
Name Length
John 1:20:20
John 0:45:45
Mike 0:03:03
The output that I want is the following:
John 2:06:05
Mike 0:03:03
I've tried a calculated query, but the sum function comes up with nonsense.
Any suggestions would be appreciated.
Thanks,
JJ