My document has a custom document property that tells me the number of Trustees. If that value is 1, I want to use the word Trustee. If more than 1, then Trustees.
I also need to form the possessive of Trustee and Trustees.
{If {DocProperty TRCount} = 1, Trustee's, Trustees' }
This works well, except for the fact that the apostrophe is a 'straight' apostrophe, and we use curly (smart) quotes in our documents.
I imagine I need a field for the True and False values, and this field would include ASCII 146 where the apostrophe is required.
I'm stumped as to how to create this compound field. I would appreciate any help.
Thanks,
Richard




