C
crazyj0202
I have a form that has detailed human resource info. I have a field that is
in increments of .25. The sum can be x.00, x.25, x.50,and x.75. (x bring
any number) Unless the increments =1 I do not want it to sum on a particular
field on a report.
All I want is to always change the number to an integer (round down). I.e,
if the sum on the report is 4.25, 4.50 or 4.75 I want another field to take
that number and round down to 4. I hope this can be done.
I still want the 4.25 to show on the report, but just another box that was
created just for the purpose of putting that number or whatever number
rounded down to the whole number.
(FYI the source of the textbox is =sum[sumofsar], I thought that if I put dim
text86 as integer on form open and then I copied the same =sum[sumofsar],
into the source that it would work but it did not)
Thanks
in increments of .25. The sum can be x.00, x.25, x.50,and x.75. (x bring
any number) Unless the increments =1 I do not want it to sum on a particular
field on a report.
All I want is to always change the number to an integer (round down). I.e,
if the sum on the report is 4.25, 4.50 or 4.75 I want another field to take
that number and round down to 4. I hope this can be done.
I still want the 4.25 to show on the report, but just another box that was
created just for the purpose of putting that number or whatever number
rounded down to the whole number.
(FYI the source of the textbox is =sum[sumofsar], I thought that if I put dim
text86 as integer on form open and then I copied the same =sum[sumofsar],
into the source that it would work but it did not)
Thanks