Hi!
I'm new to these forums and hope i'm posting this to the right place. I'm working on a report using CR11 developers ed., that is designed to calculate the time difference between when a user logs on to the internet and when they log off. The problem is that the data is inconsistent. For example:
End Time:
9:9
04:2
4:20
Here is what i have tried to pad add a zero:
Right("0" + {Timers_Users.Finished_Time}, 5)
i'm having trouble getting the formula to recognize how many digits are to the right of the ":" and how many are to the left and then to pad the string accordingly. Any help is much appreciated!
I'm new to these forums and hope i'm posting this to the right place. I'm working on a report using CR11 developers ed., that is designed to calculate the time difference between when a user logs on to the internet and when they log off. The problem is that the data is inconsistent. For example:
End Time:
9:9
04:2
4:20
Here is what i have tried to pad add a zero:
Right("0" + {Timers_Users.Finished_Time}, 5)
i'm having trouble getting the formula to recognize how many digits are to the right of the ":" and how many are to the left and then to pad the string accordingly. Any help is much appreciated!