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

Access 2003 qry merge to word



 
 
Thread Tools Display Modes
  #1  
Old July 19th, 2007, 04:54 PM posted to microsoft.public.word.mailmerge.fields
Laurieb
external usenet poster
 
Posts: 15
Default Access 2003 qry merge to word

Using switches to format mergefields. Is there a way to not show a zero in a
percentage field? Office Manager would like to show 13.3% ; in the case of
07.3% not have the 0 show.
--
LaurieB
  #2  
Old July 19th, 2007, 06:25 PM posted to microsoft.public.word.mailmerge.fields
Peter Jamieson
external usenet poster
 
Posts: 4,550
Default Access 2003 qry merge to word

If you use Alt-f9 to look at the underlying field code, what do you see?

If you have something like

{ MERGEFIELD mynumber }

try changing it to

{ MERGEFIELD mynumber \#0.0% }

Peter Jamieson
"LaurieB" wrote in message
...
Using switches to format mergefields. Is there a way to not show a zero
in a
percentage field? Office Manager would like to show 13.3% ; in the case
of
07.3% not have the 0 show.
--
LaurieB


  #3  
Old July 19th, 2007, 08:20 PM posted to microsoft.public.word.mailmerge.fields
Laurieb
external usenet poster
 
Posts: 15
Default Access 2003 qry merge to word

We tried using { MERGEFIELD mynumber \#0.0% } what happens is if the
percentage is 13.3% it shows as 3.3%.
we currently have { MERGEFIELD Contribution \# .00.0% }. For some reason
they have a . in front of the 00.
--
LaurieB


"Peter Jamieson" wrote:

If you use Alt-f9 to look at the underlying field code, what do you see?

If you have something like

{ MERGEFIELD mynumber }

try changing it to

{ MERGEFIELD mynumber \#0.0% }

Peter Jamieson
"LaurieB" wrote in message
...
Using switches to format mergefields. Is there a way to not show a zero
in a
percentage field? Office Manager would like to show 13.3% ; in the case
of
07.3% not have the 0 show.
--
LaurieB



  #4  
Old July 19th, 2007, 09:48 PM posted to microsoft.public.word.mailmerge.fields
Peter Jamieson
external usenet poster
 
Posts: 4,550
Default Access 2003 qry merge to word

What do you see when you just have

{ MERGEFIELD Contribution }

?

Peter Jamieson

"LaurieB" wrote in message
...
We tried using { MERGEFIELD mynumber \#0.0% } what happens is if the
percentage is 13.3% it shows as 3.3%.
we currently have { MERGEFIELD Contribution \# .00.0% }. For some reason
they have a . in front of the 00.
--
LaurieB


"Peter Jamieson" wrote:

If you use Alt-f9 to look at the underlying field code, what do you see?

If you have something like

{ MERGEFIELD mynumber }

try changing it to

{ MERGEFIELD mynumber \#0.0% }

Peter Jamieson
"LaurieB" wrote in message
...
Using switches to format mergefields. Is there a way to not show a
zero
in a
percentage field? Office Manager would like to show 13.3% ; in the
case
of
07.3% not have the 0 show.
--
LaurieB




  #5  
Old July 20th, 2007, 05:26 PM posted to microsoft.public.word.mailmerge.fields
Laurieb
external usenet poster
 
Posts: 15
Default Access 2003 qry merge to word

Peter,
We took the switch out and just used { MERGEFIELD Contribution }. Here are
some of the different results that I copied from the merged document to he
0.153, 0.15, 0.25, 0.237083, 0.1122, 0.0.

I hope this helps and I really appreciate your prompt assistance with this.
--
LaurieB


"Peter Jamieson" wrote:

What do you see when you just have

{ MERGEFIELD Contribution }

?

Peter Jamieson

"LaurieB" wrote in message
...
We tried using { MERGEFIELD mynumber \#0.0% } what happens is if the
percentage is 13.3% it shows as 3.3%.
we currently have { MERGEFIELD Contribution \# .00.0% }. For some reason
they have a . in front of the 00.
--
LaurieB


"Peter Jamieson" wrote:

If you use Alt-f9 to look at the underlying field code, what do you see?

If you have something like

{ MERGEFIELD mynumber }

try changing it to

{ MERGEFIELD mynumber \#0.0% }

Peter Jamieson
"LaurieB" wrote in message
...
Using switches to format mergefields. Is there a way to not show a
zero
in a
percentage field? Office Manager would like to show 13.3% ; in the
case
of
07.3% not have the 0 show.
--
LaurieB




  #6  
Old July 20th, 2007, 08:21 PM posted to microsoft.public.word.mailmerge.fields
Peter Jamieson
external usenet poster
 
Posts: 4,550
Default Access 2003 qry merge to word

OK, try

{ ={ MERGEFIELD Contribution }*100 \#0.0% }

Both pairs of {} need to be the special field code braces that you can
insert using ctrl-F9 - everything else is ordinary text.

(That's assuming 0.153 should display as 15.3% )

Peter Jamieson
"LaurieB" wrote in message
...
Peter,
We took the switch out and just used { MERGEFIELD Contribution }. Here
are
some of the different results that I copied from the merged document to
he
0.153, 0.15, 0.25, 0.237083, 0.1122, 0.0.

I hope this helps and I really appreciate your prompt assistance with
this.
--
LaurieB


"Peter Jamieson" wrote:

What do you see when you just have

{ MERGEFIELD Contribution }

?

Peter Jamieson

"LaurieB" wrote in message
...
We tried using { MERGEFIELD mynumber \#0.0% } what happens is if the
percentage is 13.3% it shows as 3.3%.
we currently have { MERGEFIELD Contribution \# .00.0% }. For some
reason
they have a . in front of the 00.
--
LaurieB


"Peter Jamieson" wrote:

If you use Alt-f9 to look at the underlying field code, what do you
see?

If you have something like

{ MERGEFIELD mynumber }

try changing it to

{ MERGEFIELD mynumber \#0.0% }

Peter Jamieson
"LaurieB" wrote in message
...
Using switches to format mergefields. Is there a way to not show a
zero
in a
percentage field? Office Manager would like to show 13.3% ; in the
case
of
07.3% not have the 0 show.
--
LaurieB





 




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 04:32 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.