I don't know much about the mail merge functions with Word, but it seems to me that you should do the merge with a Query that converts the Checkbox value to a Yes/No value using a formula like:
iif([CheckboxFieldName],"Yes","No")
calouste - 24 Jan 2005 16:43 GMT
> I don't know much about the mail merge functions with Word, but it seems to me that you should do the merge with a Query that converts the Checkbox value to a Yes/No value using a formula like:
>
> iif([CheckboxFieldName],"Yes","No")
Thank you! I think that this is probably just what I need.
calouste - 24 Jan 2005 16:45 GMT
> I don't know much about the mail merge functions with Word, but it seems to me that you should do the merge with a Query that converts the Checkbox value to a Yes/No value using a formula like:
>
> iif([CheckboxFieldName],"Yes","No")
Thank you- I'll try that!
neville21 - 09 Mar 2006 14:31 GMT
Thanks for the Help on this one - exacly the problem I was having along with
a simple solution!!
Neville
> I don't know much about the mail merge functions with Word, but it seems to me that you should do the merge with a Query that converts the Checkbox value to a Yes/No value using a formula like:
>
> iif([CheckboxFieldName],"Yes","No")
Jaime - 31 Aug 2006 14:52 GMT
I'm having the same problem importing info from Excel to yes/no field, Is
there a solution that I could apply here?
> Thanks for the Help on this one - exacly the problem I was having along with
> a simple solution!!
[quoted text clipped - 3 lines]
> >
> > iif([CheckboxFieldName],"Yes","No")