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

format column for currency



 
 
Thread Tools Display Modes
  #1  
Old September 13th, 2007, 05:28 AM posted to microsoft.public.word.tables
Rick
external usenet poster
 
Posts: 727
Default format column for currency

I am using a table in Word, which draws from an access database into a column
in the table. All the numbers in the column are currency. For some reason
the word merge form doesn't draw the currency numbers correctly from the
database, even though they are correctly currency in the database.
I thought something might be wrong in the formatting of the column. I want
the column to be 2 decimal places aligned to the right and have a $ symbol.
I can't get this to work.
I want it to look somewhat like this:
column 1 $ 4.00

any suggestions?
  #2  
Old September 13th, 2007, 07:32 AM posted to microsoft.public.word.tables
Graham Mayor
external usenet poster
 
Posts: 18,297
Default format column for currency

You will need a currency formatting switch on the field(s) in your table eg

{Mergefield CurrencyFieldName \# "$,0.00"}

see http://www.gmayor.com/formatting_word_fields.htm


--

Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org

Rick wrote:
I am using a table in Word, which draws from an access database into
a column in the table. All the numbers in the column are currency.
For some reason the word merge form doesn't draw the currency numbers
correctly from the database, even though they are correctly currency
in the database.
I thought something might be wrong in the formatting of the column.
I want the column to be 2 decimal places aligned to the right and
have a $ symbol. I can't get this to work.
I want it to look somewhat like this:
column 1 $ 4.00

any suggestions?



  #3  
Old September 13th, 2007, 09:24 PM posted to microsoft.public.word.tables
Rick
external usenet poster
 
Posts: 727
Default format column for currency

How do I do it so it is decimal aligned but doesn't have the dollar signed?

"Graham Mayor" wrote:

You will need a currency formatting switch on the field(s) in your table eg

{Mergefield CurrencyFieldName \# "$,0.00"}

see http://www.gmayor.com/formatting_word_fields.htm


--

Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org

Rick wrote:
I am using a table in Word, which draws from an access database into
a column in the table. All the numbers in the column are currency.
For some reason the word merge form doesn't draw the currency numbers
correctly from the database, even though they are correctly currency
in the database.
I thought something might be wrong in the formatting of the column.
I want the column to be 2 decimal places aligned to the right and
have a $ symbol. I can't get this to work.
I want it to look somewhat like this:
column 1 $ 4.00

any suggestions?




  #4  
Old September 14th, 2007, 06:55 AM posted to microsoft.public.word.tables
Doug Robbins - Word MVP
external usenet poster
 
Posts: 8,239
Default format column for currency

use {Mergefield CurrencyFieldName \# ",0.00"}

With a decimal tab and the paragraph format set to left aligned.

--
Hope this helps.

Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.

Doug Robbins - Word MVP

"Rick" wrote in message
...
How do I do it so it is decimal aligned but doesn't have the dollar
signed?

"Graham Mayor" wrote:

You will need a currency formatting switch on the field(s) in your table
eg

{Mergefield CurrencyFieldName \# "$,0.00"}

see http://www.gmayor.com/formatting_word_fields.htm


--

Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org

Rick wrote:
I am using a table in Word, which draws from an access database into
a column in the table. All the numbers in the column are currency.
For some reason the word merge form doesn't draw the currency numbers
correctly from the database, even though they are correctly currency
in the database.
I thought something might be wrong in the formatting of the column.
I want the column to be 2 decimal places aligned to the right and
have a $ symbol. I can't get this to work.
I want it to look somewhat like this:
column 1 $ 4.00

any suggestions?






  #5  
Old September 14th, 2007, 06:57 AM posted to microsoft.public.word.tables
Graham Mayor
external usenet poster
 
Posts: 18,297
Default format column for currency

Use a decimal (or right) tab to position the field and remove the dollar
sign from the switch

--

Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org


Rick wrote:
How do I do it so it is decimal aligned but doesn't have the dollar
signed?

"Graham Mayor" wrote:

You will need a currency formatting switch on the field(s) in your
table eg

{Mergefield CurrencyFieldName \# "$,0.00"}

see http://www.gmayor.com/formatting_word_fields.htm


--

Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org

Rick wrote:
I am using a table in Word, which draws from an access database into
a column in the table. All the numbers in the column are currency.
For some reason the word merge form doesn't draw the currency
numbers correctly from the database, even though they are correctly
currency in the database.
I thought something might be wrong in the formatting of the column.
I want the column to be 2 decimal places aligned to the right and
have a $ symbol. I can't get this to work.
I want it to look somewhat like this:
column 1 $ 4.00

any suggestions?



  #6  
Old September 18th, 2007, 09:50 PM posted to microsoft.public.word.tables
Rick
external usenet poster
 
Posts: 727
Default format column for currency

I'm not sure I understand what you mean by {Mergefield CurrencyFieldName}
Do I need to rename the mergefield that is being imported by Access or add
this name to the field name?
Thanks!

"Doug Robbins - Word MVP" wrote:

use {Mergefield CurrencyFieldName \# ",0.00"}

With a decimal tab and the paragraph format set to left aligned.

--
Hope this helps.

Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.

Doug Robbins - Word MVP

"Rick" wrote in message
...
How do I do it so it is decimal aligned but doesn't have the dollar
signed?

"Graham Mayor" wrote:

You will need a currency formatting switch on the field(s) in your table
eg

{Mergefield CurrencyFieldName \# "$,0.00"}

see http://www.gmayor.com/formatting_word_fields.htm


--

Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org

Rick wrote:
I am using a table in Word, which draws from an access database into
a column in the table. All the numbers in the column are currency.
For some reason the word merge form doesn't draw the currency numbers
correctly from the database, even though they are correctly currency
in the database.
I thought something might be wrong in the formatting of the column.
I want the column to be 2 decimal places aligned to the right and
have a $ symbol. I can't get this to work.
I want it to look somewhat like this:
column 1 $ 4.00

any suggestions?






  #7  
Old September 18th, 2007, 11:07 PM posted to microsoft.public.word.tables
Suzanne S. Barnhill
external usenet poster
 
Posts: 31,786
Default format column for currency

{ Mergefield CurrencyFieldName } means that you substitute whatever the name
of your field is for "CurrencyFieldName."

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA
Word MVP FAQ site: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the newsgroup so
all may benefit.

"Rick" wrote in message
...
I'm not sure I understand what you mean by {Mergefield CurrencyFieldName}
Do I need to rename the mergefield that is being imported by Access or add
this name to the field name?
Thanks!

"Doug Robbins - Word MVP" wrote:

use {Mergefield CurrencyFieldName \# ",0.00"}

With a decimal tab and the paragraph format set to left aligned.

--
Hope this helps.

Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.

Doug Robbins - Word MVP

"Rick" wrote in message
...
How do I do it so it is decimal aligned but doesn't have the dollar
signed?

"Graham Mayor" wrote:

You will need a currency formatting switch on the field(s) in your

table
eg

{Mergefield CurrencyFieldName \# "$,0.00"}

see http://www.gmayor.com/formatting_word_fields.htm


--

Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org

Rick wrote:
I am using a table in Word, which draws from an access database

into
a column in the table. All the numbers in the column are currency.
For some reason the word merge form doesn't draw the currency

numbers
correctly from the database, even though they are correctly

currency
in the database.
I thought something might be wrong in the formatting of the column.
I want the column to be 2 decimal places aligned to the right and
have a $ symbol. I can't get this to work.
I want it to look somewhat like this:
column 1 $ 4.00

any suggestions?







 




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:11 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.