Does anyone know how to specify how many decimal places are displayed for a decimal in a field on a form.
I am currently using the round function
So Round(x / y, 2) This displays x / y rounded to 2 decimal places.
Muy problem is that if x divided by y is an integer (i.e. no decimal places needed), I still want it to show 00 behind the decimal point, but it doesn't.
Anyone know how to fix this.
Thanks
Tracy
I am currently using the round function
So Round(x / y, 2) This displays x / y rounded to 2 decimal places.
Muy problem is that if x divided by y is an integer (i.e. no decimal places needed), I still want it to show 00 behind the decimal point, but it doesn't.
Anyone know how to fix this.
Thanks
Tracy