K
ksmith
I am doing a report that shows calculated values of hours per week.
The report takes the sum of all hours on day and gives me the total at
the bottom of the report
ex:
Tues
2
3
2.5
2.1
total 9.6
The problem is that I want to format the total to read only a decimal
with there is a number other than zero present. Meaning if the total
equals just 6, I want the report to display just 6 and not 6.0. My
text box control source reads =sum([tues]), which gives me the sums of
all the inputed tues values. Is there a way to format the text box
that if the value after the decimal is 0 drop it and if the value is 1
to 9 keep it. I only want one decimal place.
Thanks
The report takes the sum of all hours on day and gives me the total at
the bottom of the report
ex:
Tues
2
3
2.5
2.1
total 9.6
The problem is that I want to format the total to read only a decimal
with there is a number other than zero present. Meaning if the total
equals just 6, I want the report to display just 6 and not 6.0. My
text box control source reads =sum([tues]), which gives me the sums of
all the inputed tues values. Is there a way to format the text box
that if the value after the decimal is 0 drop it and if the value is 1
to 9 keep it. I only want one decimal place.
Thanks