E
Ed
I've done IFs in macros, but never in a document! Now I need to add an IF
field in a table row. It takes the form of:
IF (ThisPage of TotalSectionPages) = 1, THEN ""
ELSE IF (ThisPage of TotalSectionPages) < TotalSectionPages THEN "continued"
ELSE "concluded"
I'm totally lost! I don't know how to format this for a document, AND I
can't find what to use for the field codes. A drop-kick in the right
direction would be greatly appreciated. (Suzanne Barnhill and I tossed this
around briefly a few months ago, but it was only "a nice idea" at the time.)
Ed
field in a table row. It takes the form of:
IF (ThisPage of TotalSectionPages) = 1, THEN ""
ELSE IF (ThisPage of TotalSectionPages) < TotalSectionPages THEN "continued"
ELSE "concluded"
I'm totally lost! I don't know how to format this for a document, AND I
can't find what to use for the field codes. A drop-kick in the right
direction would be greatly appreciated. (Suzanne Barnhill and I tossed this
around briefly a few months ago, but it was only "a nice idea" at the time.)
Ed