M
mo
I'm using the following formula to work out something called the MoMs
(Multiples of the Median) value for a particular field.
The formula looks like this:
MoMs = [TSH] / 10 ^ (0.5 +(0.12 * [GestAtSamp]))
TSH and GestAtSamp are fieldnames.
The formula works fine I think, but the result looks like this:
7.74823032843297E-13
1.10785436237887E-12
1.17358625532149E-12
7.46196196411902E-10
2.35371492406861E-11
1.23524715145244E-10
I'd like the formula to return a single to two decimals. Is there a way to
achieve this, or is there something wrong with my formula.
P.S. using Access2K and I'm doing this in code.
(Multiples of the Median) value for a particular field.
The formula looks like this:
MoMs = [TSH] / 10 ^ (0.5 +(0.12 * [GestAtSamp]))
TSH and GestAtSamp are fieldnames.
The formula works fine I think, but the result looks like this:
7.74823032843297E-13
1.10785436237887E-12
1.17358625532149E-12
7.46196196411902E-10
2.35371492406861E-11
1.23524715145244E-10
I'd like the formula to return a single to two decimals. Is there a way to
achieve this, or is there something wrong with my formula.
P.S. using Access2K and I'm doing this in code.