I have a field that tracks numeric values in scientific notation. I need to be able to set all the values to the same exponent when I print out a report, or review the values in a form. As an example, I have the following three values:
4.40E-12, 4.80E-13, 1.01E-11. I want to report them as 4.40E-12, .480E-12, and 10.10E-12. Is there a way to do this?