The Elusive Suffix
Using a data connection, attach a shapefile to a drawing. Any of the object data can be labeled as shown below, but how can you add a suffix to the label? For example, if the acreages of parcels are included in the object data, it's more desirable to label "0.576 Acres" than simply "0.576."


Add an expression to the label:
Add the "Concat" text function:
Select "text property" and replace it with the object data property you wish to label: 


Replace the "[date/time]" with the suffix needed. In my case, the word Acres as shown:
After the comma there is a space, a single quote, another space, and the suffix followed by another single quote.
Nice, but begs another question: What if the data was imported (MAP > Tools > Import) rather than attached, you danced the "attach and query" dance, and a text property was altered as shown?

Simply place your cursor to the right of the last word and type the suffix as follows:
, 'Acres'












