I don't want currency to round in a form

G

Guest

In a form I'm using for products, I am trying to get the price box to
automatically update depending on the product I choose from a combo box. It
is working except for the fact that the Price is rounded after I choose a
product. The field on the table is currency as well on the form. Why is it
rounding and how can I get it to put the exact price?
 
D

Dirk Goldgar

Ann said:
In a form I'm using for products, I am trying to get the price box to
automatically update depending on the product I choose from a combo
box. It is working except for the fact that the Price is rounded
after I choose a product. The field on the table is currency as well
on the form. Why is it rounding and how can I get it to put the
exact price?

Rounded to how many decimal places? Do you mean that it is rounded to a
whole number? If so, check the field in the table -- the table to which
the form is bound, and the field in that table to which the combo box is
bound -- to make sure that its *Data Type* is Currency, not just its
Format.
 
G

Guest

Thank you, that had been driving me mad for days, couldnt understand why
access had taken it upon itself to round them for me!!! Your a life saver (my
computers life that is)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top