View Single Post
 
Old 05-23-2016, 04:43 PM
macropod's Avatar
macropod macropod is offline 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

The problem is with your field coding. Whereas I said you should code it as:
{IF{=MOD({MERGESEQ},2) \# 0}= 0 {QUOTE 12}}
you've used:
{IF{=MOD({MERGESEQ},2) \# 0}=0 {QUOTE 12}}
Note the space after the '=' in my code! It's the little things that make all the difference...
__________________
Cheers,
Paul Edstein
[Fmr MS MVP - Word]
Reply With Quote