A
Andrew Minor
Hi,
I'm using Word 2000 and I'm trying to work out how to do a merge
whereby a table is printed dependant on a condition. The pseudo-code
is:
If (Mergefield(a) = "BACS") or (Mergefield(a) = "") then
----------------------------------
| Table goes here |
|--------------------------------|
| multiple rows |
|--------------------------------|
| |
----------------------------------
Else
' Print nothing at all, not even a blank line.
End If
The "If..Then..Else" Word merge field doesn't seem to help as I can't
paste formatted text into the relevant places in the dialog box.
I'm sure I was able to do this in WP5.1 for DOS so I MUST be able to
do this in Word 2000. Am I missing something particularly obvious?
Can anyone advise?
Thanks
Andrew Minor
I'm using Word 2000 and I'm trying to work out how to do a merge
whereby a table is printed dependant on a condition. The pseudo-code
is:
If (Mergefield(a) = "BACS") or (Mergefield(a) = "") then
----------------------------------
| Table goes here |
|--------------------------------|
| multiple rows |
|--------------------------------|
| |
----------------------------------
Else
' Print nothing at all, not even a blank line.
End If
The "If..Then..Else" Word merge field doesn't seem to help as I can't
paste formatted text into the relevant places in the dialog box.
I'm sure I was able to do this in WP5.1 for DOS so I MUST be able to
do this in Word 2000. Am I missing something particularly obvious?
Can anyone advise?
Thanks
Andrew Minor