J
JohnLute
I have a text box that's not returning as expected. Here's its Control Source:
=(Sum([ProjectHours]*60)+Sum([ProjectMinutes]))/60 & " Hrs"
Its format is "Fixed" to 2 decimal places however it returns more than 2
decimal places. I suspect that's because I've the text "Hrs" may be clashing
with the numeric value...?
Can this be fixed?
Thanks!
=(Sum([ProjectHours]*60)+Sum([ProjectMinutes]))/60 & " Hrs"
Its format is "Fixed" to 2 decimal places however it returns more than 2
decimal places. I suspect that's because I've the text "Hrs" may be clashing
with the numeric value...?
Can this be fixed?
Thanks!