Show whole dollar amount only

  • Thread starter Thread starter Russ via AccessMonster.com
  • Start date Start date
R

Russ via AccessMonster.com

How can I get this to round up show dollar amount only, whole number no
decimal places?

Income: Format(Sum(CCur(Nz([DepositAmount],0))),"Currency")

Example

1.32 = 1
1.5 =2
1.6 = 2

Thanks in advance!
 

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