Extract Data from Memo Field

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a memo field in a report with multiple comments and timestamps. I
want to extract the last timestamp into a seperate field to display the last
modified date. How can I do this?
 
Myra said:
I have a memo field in a report with multiple comments and timestamps. I
want to extract the last timestamp into a seperate field to display the last
modified date.

Parse out the desired information from the memo's text.

If you need help doing that, please explain how you identify
a timestamp in the field's text.
 
Back
Top