View Single Post
 
Old 04-05-2013, 05:25 AM
macropod's Avatar
macropod macropod is online now Windows 7 64bit Office 2010 32bit
Administrator
 
Join Date: Dec 2010
Location: Canberra, Australia
Posts: 22,467
macropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond repute
Default

You could use an IF field to conditionally display content based on a DOCPROPERTY value. For example:
{IF{DOCPROPERTY MyProp}= 1 "Some content" "Some other content"}
However, that content remains within the field unless you unlink it (which you could do with a macro). You should also consider using custom Quick Parts instead of DOCPROPERTY fields and the like.
__________________
Cheers,
Paul Edstein
[Fmr MS MVP - Word]
Reply With Quote