I created a memo field in a database to serve as a diary of notes/activity/etc. I have a report and I want to capture the notes from this field. However, I don’t want all the notes as some of them are very lengthy. I want to capture only the most recent notes at the end of the field. My current solution is to use the “right([memofield],500)” function to capture the most recent 500 character string of notes.
My problem is the 500 characters might start in the middle of a sentence and that looks a bit funny on a report. I would like the string to start after a period or after ‘Ctrl-Enter’ as most of the users break journal entries using ‘Ctrl-Enter’.
Any thoughts would be greatly appreciated.
Thanks!!