Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
Howdy, experts.
I wish to create envelopes that have the country name printed only if it isn't "USA." Because of the nature of the database source, the "Address Block" function will not work; the address lines are repeated and reformatting that would be problematic at best, so the "Address Block" function is out; trust me on this. Here's the code: Code:
IF {MERGEFIELD Country}="USA" "" {MERGEFIELD Country} This renders the Edit Field function unsuable, as in grays out the OK button: Code:
{IF {MERGEFIELD Country}="USA" "" {MERGEFIELD Country}} Code:
{IF {MERGEFIELD Country}="USA" "" "{MERGEFIELD Country}"} And these do nothing different at all: Code:
IF {MERGEFIELD Country}="USA" "" "{MERGEFIELD Country}" IF {MERGEFIELD Country}="USA" "{}" "{MERGEFIELD Country}" Thanks in advance. Last edited by corquando : August 15th 11 at 03:29 PM |
Thread Tools | |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Mail Merge Blank....? | Mailmerge | |||
Mail Merge Using Contacts from Mail - Blank Lines | Mailmerge | |||
How to use mail merge to send out a form with blank text fields? | Mailmerge | |||
Merge data if database checkbox field is True | Mailmerge | |||
Mail merge from Access - Yes/No field converts to True/False | Mailmerge |