I am using Crystal 8.5 with a Pervasive DB. The file I an accessing contains two field called called StartTime and EndTime. Both fields store the value as strings.
I want to use those fields to calculate the total hours an employee worked in a day. (eg if the start time is 0745 and the end time is 1600, the report should calculate 8 hours and 15 mins.)
I have been able to convert the string to a number but that's as far as I have been able to get.
Any help would be greatly appreciated from this Crystal Programming Newbie.
Thanks
I want to use those fields to calculate the total hours an employee worked in a day. (eg if the start time is 0745 and the end time is 1600, the report should calculate 8 hours and 15 mins.)
I have been able to convert the string to a number but that's as far as I have been able to get.
Any help would be greatly appreciated from this Crystal Programming Newbie.
Thanks