You can either use a Query in Access with a function to return "Yes" or "No"
or use a nested IF field in Word, e.g.
{ IF { MERGEFIELD myyesnofield } = "True" "Yes" "No" }
where both sets of {} are inserted using ctrl-F9
Peter Jamieson
>I understand that Word2003 does not retain formatting from the source
> recordset when retrieving data from Access. I am retrieving data from a
[quoted text clipped - 7 lines]
>
> Joe Guerry
J Guerry - 09 May 2005 04:02 GMT
Thanks for the quick answer. Both approaches work well.
Joe Guerry
> You can either use a Query in Access with a function to return "Yes" or "No"
> or use a nested IF field in Word, e.g.
[quoted text clipped - 15 lines]
> >
> > Joe Guerry