M
Marc
Hi,
I'm trying to round numbers in a text box in a form. (I
would like 1,265,455.63 to show as 1,265,000). I have
tried using:
=Format$(Round([TotalNames],-3))
but I get an error. If I use a positive integer or zero,
it works for that value. (=Format$(Round([TotalNames],1))
returns 1,265,455.6).
Any ideas?
Thanks,
Marc
I'm trying to round numbers in a text box in a form. (I
would like 1,265,455.63 to show as 1,265,000). I have
tried using:
=Format$(Round([TotalNames],-3))
but I get an error. If I use a positive integer or zero,
it works for that value. (=Format$(Round([TotalNames],1))
returns 1,265,455.6).
Any ideas?
Thanks,
Marc