Access Failure System!!

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

In US, Money==>$

In table, Money==> $18.92 or $12.58

In [Forms], Money==> $18.90 or $12.60

Problem: Access in form automatically round-up the value after i choose a
value in combo box which make the money value to appear in another text box.

Any solutions?

Thanks in advance.

Kennykee
 
Look at the properties for the control on the form that shows this. Check
the format property. Is it Currency? Then check the number of decimal
places. It is Auto? 1? anything else???

Is there anything funny in the query used as the record source? Fields can
be modified there if you try!

Bob.
 

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

Back
Top