Reply to comment
If your append only field is called "Notes" then you can create a formula text field that shows the last entry in "Notes" using the following formula:
Right([Notes],"[")
- 31210 reads
If your append only field is called "Notes" then you can create a formula text field that shows the last entry in "Notes" using the following formula:
Right([Notes],"[")