M
mo
I need to perform the following equation on a couple of values in a
database:
TSHMoMs = [TSH] / 10 ^ (0.5 +(0.12 * [GestAtSamp]))
TSH and GestAtSamp are fields in one of the tables. The equation works (I
think) except that Access is storing the values in a strnge way, like this:
1.22805866183807E-11
1.22859742033194E-11
1.22888981329413E-11
1.23549674777421E-11
1.23622595619083E-11
1.23676829773763E-11
1.24000591121663E-11
1.24547793363719E-11
Is there a way to get the formula to return a single, say rounded to two
decimals?
Thanks for any help.
database:
TSHMoMs = [TSH] / 10 ^ (0.5 +(0.12 * [GestAtSamp]))
TSH and GestAtSamp are fields in one of the tables. The equation works (I
think) except that Access is storing the values in a strnge way, like this:
1.22805866183807E-11
1.22859742033194E-11
1.22888981329413E-11
1.23549674777421E-11
1.23622595619083E-11
1.23676829773763E-11
1.24000591121663E-11
1.24547793363719E-11
Is there a way to get the formula to return a single, say rounded to two
decimals?
Thanks for any help.