I use this.
If(Length([Notes])<180,[Notes],Left([Notes],180)&"<br><a href='"&URLRoot()&"db/"&Dbid()&"?a=dr&rid="&[Record ID#]&"&dfid=10' title='" &
List(" ",Part([Notes],1,"'"),Part([Notes],2,"'"),Part([Notes],3,"'"),Part([Notes],4,"'")) &
"'>more</a>")
You can change the 180 to any value.
This formula will show the # of characters you specify unless there are less characters than the number you specify, in which case it shows all. The more option shows up and display in a hover-modal .
------------------------------
Laura Thacker (IDS)
laura@intelligentdbs.com
(626) 771 0454
------------------------------