I have a field that grows each time a record is updated. It contains the Date, Time, employee, and a description. I am pulling this field everytime it is updated, however, I only need the most recent record and I don't want all the other information.
Here is an example of the field (ACTION):
04/03/07 08:20:28 US/Central (empname):
Assigned ownership to BA. Closing ticket.
04/03/07 08:19:20 US/Central (empname):
Plain Paper outq has been cleared. Added knowledge to IM.
04/02/07 13:57:34 US/Central (empname):
This has been completed.
I only want this information:
04/03/07 08:20:28 US/Central (empname):
Assigned ownership to BA. Closing ticket.
How can I substring from the beginning of the field to the next Date/Time entry??
Thanks for you help
Here is an example of the field (ACTION):
04/03/07 08:20:28 US/Central (empname):
Assigned ownership to BA. Closing ticket.
04/03/07 08:19:20 US/Central (empname):
Plain Paper outq has been cleared. Added knowledge to IM.
04/02/07 13:57:34 US/Central (empname):
This has been completed.
I only want this information:
04/03/07 08:20:28 US/Central (empname):
Assigned ownership to BA. Closing ticket.
How can I substring from the beginning of the field to the next Date/Time entry??
Thanks for you help