![]() |
| 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. |
|
|||||||
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
I'm printing mail merged labels & some records have multiple address fields &
some only have 1 - how do a skip a blank field in a record. I can't seem to locate something like "do not print blank fields" or "skip to next field if blank". |
| Ads | |
|
#2
|
|||
|
|||
|
Use a " Skip Record If" field. When you insert such a field there is a
dialog box that opens and allows you to input the conditions. -- 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 "Julia" wrote in message ... I'm printing mail merged labels & some records have multiple address fields & some only have 1 - how do a skip a blank field in a record. I can't seem to locate something like "do not print blank fields" or "skip to next field if blank". |
|
#3
|
|||
|
|||
|
Doug - that didn't help - it skips the entire record rather than just the
blank field. "Doug Robbins" wrote: Use a " Skip Record If" field. When you insert such a field there is a dialog box that opens and allows you to input the conditions. -- 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 "Julia" wrote in message ... I'm printing mail merged labels & some records have multiple address fields & some only have 1 - how do a skip a blank field in a record. I can't seem to locate something like "do not print blank fields" or "skip to next field if blank". |
|
#4
|
|||
|
|||
|
Try this...
Press Alt-F9 to show field code. The insert code similar to this... { MERGEFIELD "CustomerAddress1" }{ IF { MERGEFIELD "CustomerAddress2" } "" " { MERGEFIELD "CustomerAddress2" }" "" } The if statement checks to see if the second line of the address is blank or not. If it is not blank then it does a carriage return then iserts the second address line. If it is blank it does nothing. Hope this helps "Julia" wrote: Doug - that didn't help - it skips the entire record rather than just the blank field. "Doug Robbins" wrote: Use a " Skip Record If" field. When you insert such a field there is a dialog box that opens and allows you to input the conditions. -- 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 "Julia" wrote in message ... I'm printing mail merged labels & some records have multiple address fields & some only have 1 - how do a skip a blank field in a record. I can't seem to locate something like "do not print blank fields" or "skip to next field if blank". |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| In mail merge I don't want to print blank fields | Richard | Mailmerge | 7 | July 11th 05 03:45 PM |
| mail merge with attachments | AS | Mailmerge | 5 | April 9th 05 09:49 AM |
| Splitting text from mail merge fields | Mark Ainsworth | Mailmerge | 1 | March 29th 05 08:34 PM |
| How do I remove or supress blank data in fields in mail merge e.g. | J&L | Mailmerge | 2 | January 14th 05 06:04 AM |
| Empty Mail Merge Fields | Meggan | Microsoft Word Help | 0 | January 13th 05 12:43 AM |