Thread: [Solved] Empty rules
View Single Post
 
Old 04-13-2011, 01:16 AM
macropod's Avatar
macropod macropod is online now Windows 7 32bit Office 2000
Administrator
 
Join Date: Dec 2010
Location: Canberra, Australia
Posts: 21,962
macropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond repute
Default

Hi rene,

First, select your «Client_PA_tenaamstelling» and press Shift-F9. You should see something like:
Code:
{Mergefield Client_PA_tenaamstelling}
Next, edit the {Mergefield Client_PA_tenaamstelling} field so that you end up with:
Code:
{Mergefield Client_PA_tenaamstelling \f "¶
"}
where the '¶' is a paragraph break or a line break, Then press F9 to update the field. The '\f' switch tells Word to put something after the field if it is not empty. In this case, we want to put a paragraph break or a line break only if the field is not empty.

Finally, delete the paragraph break or a line break between «Client_PA_tenaamstelling» and «Client_tenaamstelling», so that you end up with:
«Client_PA_tenaamstelling»«Client_tenaamstelling»
on one line.
__________________
Cheers,
Paul Edstein
[Fmr MS MVP - Word]
Reply With Quote