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 » General Discussion
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Change currency format in table.



 
 
Thread Tools Display Modes
  #1  
Old May 20th, 2010, 02:43 PM posted to microsoft.public.access
Chiki
external usenet poster
 
Posts: 22
Default Change currency format in table.

hi all,

i would like to know whether there is any option,code or formula for
changing the Default currency format from ($) to any other countrys currency.

TIA
  #2  
Old May 20th, 2010, 03:02 PM posted to microsoft.public.access
Douglas J. Steele[_3_]
external usenet poster
 
Posts: 3,143
Default Change currency format in table.

Access gets its currency symbol from the Regional Settings set through the
Control Panel.

If you don't want to have to change that setting, you can explicitly set the
Format property of the field to something that includes the appropriate
currency symbol.

--
Doug Steele, Microsoft Access MVP
http://www.AccessMVP.com/DJSteele
(no e-mails, please!)

"Chiki" wrote in message
...
hi all,

i would like to know whether there is any option,code or formula for
changing the Default currency format from ($) to any other countrys
currency.

TIA



  #3  
Old May 20th, 2010, 04:41 PM posted to microsoft.public.access
Chiki
external usenet poster
 
Posts: 22
Default Change currency format in table.

I m getting a ############################### in my field when i enter the
Format property in the General tab of Format Property for my Amount Field.

i applied the format property as:=Format(Currency,"Yen")

but i m not getting the desired result

Kindly help
  #4  
Old May 20th, 2010, 10:24 PM posted to microsoft.public.access
Douglas J. Steele[_3_]
external usenet poster
 
Posts: 3,143
Default Change currency format in table.

I'm surprised you're not getting an error: there's no named format "Yen"

What you need instead of "Yen" would be "\¥00.00" (in the event that it
didn't render properly, replace ¥ with the appropriate symbol for Yen)

If it's not appropriate to have two digits after the decimal point, change
to whatever's correct.

--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no private e-mails, please)


"Chiki" wrote in message
...
I m getting a ############################### in my field when i enter the
Format property in the General tab of Format Property for my Amount Field.

i applied the format property as:=Format(Currency,"Yen")

but i m not getting the desired result

Kindly help



 




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 12:50 AM.


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