Formatting - Tables Nested In Fields

  • Thread starter msnews.microsoft.com
  • Start date
M

msnews.microsoft.com

I am using many If Else If statements in a document. The results of these
statements is a table. The tables have the borders removed, yet upon
merging, the borders come back.

Anyone know how to keep the borders away through the merge process?

My code looks something like this:

{ If { = AND ({ COMPARE {Mergefield Field16 <> "" } , { Compare {Mergefield
Field44 } = "Y" } ) } = 1 "TABLE1 GOES HERE"{ If { = AND ({ COMPARE
{Mergefield Field16 = "" } , { Compare {Mergefield Field44 } = "Y" } ) } = 1
"TABLE2 GOES HERE" { If { = AND ({ COMPARE {Mergefield Field16 <> "" } , {
Compare {Mergefield Field44 } <> "Y" } ) } = 1 "TABLE3 GOES HERE" "TABLE4
GOES HERE" }}}
Microsoft Word 2002

Thank you for the help,

-Bryan
 
D

Doug Robbins - Word MVP

No, but you could use a macro to easily remove the borders.

--
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
 
G

Graham Mayor

How are you inserting the tables? If you save the formatted tables as
autotext entries and insert autotext fields it should work (it does here).

--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP


<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top