//var shortText2 = IIF(Count(text2) > 30, Left(text2, 30) + "...", text2)// works fine but not ideal. a lot of clients are looking for a way to word wrap text in a table with several fields. also the ability to word wrap column headers, and give the client the ability to expand/collapse to column fields. the lack of the ability to do so creates unsightly and long tables. the ability would allow users to view more data in a smaller space.