B
bridgfod via AccessMonster.com
Hello,
I am trying to whittle down some duplicate files on our server. One of the
lines in the report provides a summary of a particular duplicated file. In
the text box control, I have the following:
="There are " & [subCounter] & " additional copies of '" & [File_Name] & "'
potentially using up to " & [footsum] & " MB of space."
which works, but is ugly. The [footsum] entity is calculated by dividing the
file size in bytes by 1024 and again by 1024 to yield MB. Is there a way to
round the [footsum] calculation to 3 digits after the decimal, instead of the
14 or so that it wants to put there?
I did set the properties to "Fixed" and 3 decimals, and that worked when the
only thing that the textbox was putting out was the contents of [footsum].
Are there any switches that can be incorporated into the "& [footsum] &"
portion of the statement to control the formatting of this value?
Thanks,
Dale
I am trying to whittle down some duplicate files on our server. One of the
lines in the report provides a summary of a particular duplicated file. In
the text box control, I have the following:
="There are " & [subCounter] & " additional copies of '" & [File_Name] & "'
potentially using up to " & [footsum] & " MB of space."
which works, but is ugly. The [footsum] entity is calculated by dividing the
file size in bytes by 1024 and again by 1024 to yield MB. Is there a way to
round the [footsum] calculation to 3 digits after the decimal, instead of the
14 or so that it wants to put there?
I did set the properties to "Fixed" and 3 decimals, and that worked when the
only thing that the textbox was putting out was the contents of [footsum].
Are there any switches that can be incorporated into the "& [footsum] &"
portion of the statement to control the formatting of this value?
Thanks,
Dale