I'm working in crystal 8.5. My database stores military time in a string format (13:15) I have another field that gives me estimated time in minutes (90)but the field is a number field not a time field. I need to add the two fields to get a time. 13:15 plus 90 minutes gives me 14:45.
I have tried converting the string to time (CTime) and get bad date time error.
I was able to convert the number field to minutes (90 minutes shows as 1:30) but when I try to add the two it just concatinates (13:151:30).
I saw formulas posted on the internet to convert to hours/minutes/seconds but don't understand how to use it with only hours and minutes in the string field.
I'm self taught crystal user with a clinical not technical background - learned by trial and error. There seems to be a wealth of brain power out there on this site!!! Can anybody help me with this mess!!! Thank you!!!!
I have tried converting the string to time (CTime) and get bad date time error.
I was able to convert the number field to minutes (90 minutes shows as 1:30) but when I try to add the two it just concatinates (13:151:30).
I saw formulas posted on the internet to convert to hours/minutes/seconds but don't understand how to use it with only hours and minutes in the string field.
I'm self taught crystal user with a clinical not technical background - learned by trial and error. There seems to be a wealth of brain power out there on this site!!! Can anybody help me with this mess!!! Thank you!!!!