W
Will D
I have the following formula in an Access Report field:
=Round([PRINCIPAL]*[D_RATE]/360*([M_DATE]-[I_DATE]),2)
where PRINCIPAL = 425,000;
D_RATE = .0162;
M_DATE = 09/19/2003; and
I_DATE = 10/06/2003.
Therefore, [PRINCIPAL]*[D_RATE]/360*([M_DATE]-[I_DATE]) =
325.125.
How can I get Access 2002 to calculate this to 325.13
instead of 325.12? I have the Format set to Standard and
the Decimal Places set to Auto.
Thank you.
=Round([PRINCIPAL]*[D_RATE]/360*([M_DATE]-[I_DATE]),2)
where PRINCIPAL = 425,000;
D_RATE = .0162;
M_DATE = 09/19/2003; and
I_DATE = 10/06/2003.
Therefore, [PRINCIPAL]*[D_RATE]/360*([M_DATE]-[I_DATE]) =
325.125.
How can I get Access 2002 to calculate this to 325.13
instead of 325.12? I have the Format set to Standard and
the Decimal Places set to Auto.
Thank you.