Reply to comment
Let's assume the text field is called "Notes". Create a formula text field with the following formula:
Left([Notes], 100) &
" " & URLRoot() & "db/" &
dbid() &
"?a=dr&rid=" &
[Record ID#] &
"&dfid=11"
where the number eleven above is the identifier of the custom form that displays only the field "Notes". To determine the dfid of your custom form please read:
http://quickbase.intuit.com/developer/node/2089
The above formula displays the first 100 characters of the "Notes" field. To dipslay more or less characters change the number one hundred above.
- 37094 reads


