Leading the way in Microsoft Office Development
 Home|Excel|Word|PowerPoint|Consultancy|Feedback|Contact 
 Microsoft Word > Fields > Mail Merge > SKIPIF

 SKIPIF Expression1 Operator Expression2
 Compares two expressions. If the comparison is true, SKIPIF cancels the current merge document, moves to the next data record in the data source, and starts a new merge document. If the comparison is false, Microsoft Word continues the current merge document.

 expression1??
 expression2??
 operator??

 REMARKS
 
  • Don't use the SKIPIF field in the current version of Word. You can select data records more easily by using the Mail Merge Recipients dialog box, which appears when you connect to a data source during a mail merge.
  •  
  • This field can be found in the Mail Merge category
  •  
  • Inserted into a mail merge main document, the following field examines the contents of the Order field for the current data record. If the field contains a number less than 100, no merged document is produced for that data record.

  •  EXAMPLES
     { SKIPIF { MERGEFIELD Order } < 100 }

     Fields - S | Index - S | Office Online 

     Copyright © 2004-2007 Better Solutions Limited. All Rights Reserved.Top