Currency rounding up to nearest whole number

Ian-W-

New member
Local time
Today, 04:34
Joined
Mar 8, 2004
Messages
9
Hi,

I'm creating a stock tracking database. I need to enter weekly rental charges such as £1.35.

When i enter £1.35 it is rounding it to £1.00

If i enter anything over £1.50 then it rounds to £2.00

I need it to show the exact amount, how do I do this.

Thanks
Ian
 
Give info on your table: format, decimal places, etc.
 
Sorted now boss.

I had the field set as a number and then the format as currency.

I just set the filed to currency and it works.

Thanks

Ian
 
As an extra, if you want to put decimal values into a normal numeric field then you need to set the format to Single.
 

Users who are viewing this thread

Back
Top Bottom