A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » Using Forms
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Excel Type Rounding



 
 
Thread Tools Display Modes
  #1  
Old March 4th, 2010, 06:16 PM posted to microsoft.public.access.forms
Anand
external usenet poster
 
Posts: 63
Default Excel Type Rounding

Hello,
Am using A2k. Want to round numbers to thousands. With Excel I use
Round(number, -3) for this. However, dont know how to do it with Access
standard Round() function. The same syntax produces an error with Access. Pls
Help

For example, I want 125,232 to be displayed as 125,000 and 125,832 to be
displayed as 126,000

TIA
Anand
  #2  
Old March 4th, 2010, 08:11 PM posted to microsoft.public.access.forms
Daryl S[_2_]
external usenet poster
 
Posts: 881
Default Excel Type Rounding

Anand -

Try this:

Round([AmountToRound]/1000,0)*1000

--
Daryl S


"Anand" wrote:

Hello,
Am using A2k. Want to round numbers to thousands. With Excel I use
Round(number, -3) for this. However, dont know how to do it with Access
standard Round() function. The same syntax produces an error with Access. Pls
Help

For example, I want 125,232 to be displayed as 125,000 and 125,832 to be
displayed as 126,000

TIA
Anand

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 08:09 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.