Extract Data from Memo Field

M

Myra

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?
 
M

Marshall Barton

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.
 
Top