Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to SuppressBlankLines for mail merge

Status
Not open for further replies.

sealahu

Programmer
Aug 5, 2003
16
US
Within my mail merge document,
For example, Each account has 1 or more managers(maybe up to 40 managers). The document template is as below:( <<next record if>> means if the next record is not blank, then add next manager's name)
******************
<<manager>>
<<next record if>> <<manager>>
<<next record if>> <<manager>>
<<next record if>> <<manager>>
<<next record if>> <<manager>>
<<next record if>> <<manager>>
<<next record if>> <<manager>>
<<next record if>> <<manager>>
<<next record if>> <<manager>>
<<next record if>> <<manager>>
<<next record if>> <<manager>>

Thank you..
*****************************

Since some accounts only have 1 manager, How do I suppress the blank lines so there is no big gap to the last sentence 'Thank you..'
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top