Not to kibbutz, now that it is working, but one preemptive thing I have done is to create a long and short description field for a part, for example, and then use the short version for labels. It is more commonly done with state names, where short are used for mailing labels and long for letterhead.
So:
tblPart
PartID
PartDescLong - text(255)
PartDescShort - text(2)
Then you know your labels, mailing labels etc, will always be preformatted. That way you don't have to rely on luck as to where the text string is truncated. Ex:
LongDesc: Maryland
ShortDesc: MD
Truncation of Long: Maryl
No truncation of Short.
Admittedly a design issue.
HTH
HTH
mmcdonal
Look it up at:
http://wrox.books24x7.com