View Single Post
 
Old 04-03-2018, 03:19 PM
macropod's Avatar
macropod macropod is online now Windows 7 64bit Office 2010 32bit
Administrator
 
Join Date: Dec 2010
Location: Canberra, Australia
Posts: 21,963
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

If you're getting { in the output, that would only be because someone typed the { instead of using Ctrl-F9 to create a field brace pair (i.e. { }). As for your field construction, it should be:
{IF{MERGEFIELD "Wtns_age"}> 0 {IF{MERGEFIELD "Wtns_age"}< 18 "Juvenile"}}
As you have coded it, if the fields had been created properly, the output would be 'Juvenile' regardless of age.
__________________
Cheers,
Paul Edstein
[Fmr MS MVP - Word]
Reply With Quote