G
Gary Schuldt
I know this is a long shot, but I'd like to pluralize the name of plant
forms for a caption on a report.
These are stored in table tForm as conifer, fern, grass, heather, etc. The
corresponding captions should read conifers, ferns, grasses, heather.
I am wondering if anyone knows of a cool function that, given the singular
form, would return the plural? I realize it would be some kind of
table-lookup, since there are a lot of exceptions to just "adding an 's' ".
My practical fallback is to add a column tForm.PluralizedName and use that.
Thanks.
Gary
forms for a caption on a report.
These are stored in table tForm as conifer, fern, grass, heather, etc. The
corresponding captions should read conifers, ferns, grasses, heather.
I am wondering if anyone knows of a cool function that, given the singular
form, would return the plural? I realize it would be some kind of
table-lookup, since there are a lot of exceptions to just "adding an 's' ".
My practical fallback is to add a column tForm.PluralizedName and use that.
Thanks.
Gary