R
Rob Bergstrom
I have code in a form to calculate a percentage.
The first textbox has the number and on an event the second textbox is
calculated (1% of 1st textbox)
The problem is they are both currency fields and the second one drops the
cents and leaves only .00 every time.
I can't find how to make the cents show up too.
the code is simply: Me![DPCalc] = Me![DownPayment] * 0.01
Help?
thanks,
Rob
The first textbox has the number and on an event the second textbox is
calculated (1% of 1st textbox)
The problem is they are both currency fields and the second one drops the
cents and leaves only .00 every time.
I can't find how to make the cents show up too.
the code is simply: Me![DPCalc] = Me![DownPayment] * 0.01
Help?
thanks,
Rob