PhoenixDon
MIS
I'm working on a help desk app logging calls. Two events are captured, the "Start Call" and the "End Call". I want to calculate the length of the call (End Call - Start Call), typically never less than 30 minutes in duration. As there may be reports later down the line and I want to be able to query against the "Call Duration" field, what type of field should it be? I was thinking a TIME field isn't really right, but I may be wrong. Should it be an Long Integer and capture the seconds between the two values?
Thanks,
Don
Thanks,
Don