Q
Question Boy
I am seriously confused and need someone to explain the Round() function.
I have a form which has a control that uses the following Control Source
=([Sous-total]+[Sous-total Mechanique])*0.07
Which returns a value of 8.085 (in one case)
I then mod the Control Source like
=Round(([Sous-total]+[Sous-total Mechanique])*0.07,2)
and it now returns 8.08?????
What am I doing wrong? Why is it not returning 8.09? How can I make it?!
Thank you.
Confused and Frustrated!
QB
I have a form which has a control that uses the following Control Source
=([Sous-total]+[Sous-total Mechanique])*0.07
Which returns a value of 8.085 (in one case)
I then mod the Control Source like
=Round(([Sous-total]+[Sous-total Mechanique])*0.07,2)
and it now returns 8.08?????
What am I doing wrong? Why is it not returning 8.09? How can I make it?!
Thank you.
Confused and Frustrated!
QB