how do i format $12 in currency in access

E

enalayou1

i am trying toenter as field values the amount of money i want to spend in
access in my database i want to use whole dollars ie say i want to put in a
gift field that i want to spend $425
 
J

John W. Vinson

i am trying toenter as field values the amount of money i want to spend in
access in my database i want to use whole dollars ie say i want to put in a
gift field that i want to spend $425

Well?

What problem are you having?

A Currency field will *allow* up to four digits after the decimal point but
you don't need to use them; you can set the decimal places property of the
field to 0 and use a Format property of $# to display only the numbers to the
left of the decimal.

Nobody here could possibly know what you mean by the $12 and $425 or how they
are related.
 

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