I suggest you try the following syntax in your IF fields:
{ IF { bkFullHalfDayResponse } = "f" "full day" "half day" }
or
{ IF { REF bkFullHalfDayResponse } = "f" "full day" "half day" }
Actually I prefer to play safe and use
{ IF "{ REF bkFullHalfDayResponse }" = "f" "full day" "half day" }
or even
{ IF "{ REF bkFullHalfDayResponse \*upper }" = "F" "full day" "half day" }
All the {} need to be the special field code braces you can insert using
ctrl-F9
[NB, you may find examples, e.g. on the Microsoft site, that suggest you can
use a bookmark name or mergefield name on its own, without the {} - it may
have worked once, and it may even work in some circumstances now, but at
best it's an unreliable practice. The same applies to {=} fields]
Peter Jamieson
> In mailmerge document have used ASK field to save user response in
> bookmark
[quoted text clipped - 16 lines]
> What am I doing wrong?
> Thanks
Jane Duddy - 19 Sep 2006 13:16 GMT
Thanks very much Peter - I used the last full syntax and it worked a treat.
> I suggest you try the following syntax in your IF fields:
>
[quoted text clipped - 42 lines]
> > What am I doing wrong?
> > Thanks