Good afternoon.
Here is the data I am evaluating:
07/17/2013 8:08AM - Mailed Disclosures to Applicant - Bsmith08/21/2013 4:58PM - Do not have correct address - Jhayes09/13/2013 3:17PM - Do not have correct mailing address - Arogers
This is 3 separate conversation entries.
I am trying to force a carriage return and line feed with something like this:
Conv: Replace([Convo_Log],"*[? #]*",Chr(13) & Chr(10))
In lay terms....I think the best breaking point is between the 'alpha' and 'numeric' characteers....last letter of name AND first number of the date.
Any thoughts? I've done this before with success...but there was always a pipe or some other nice character.
Thanks.
Here is the data I am evaluating:
07/17/2013 8:08AM - Mailed Disclosures to Applicant - Bsmith08/21/2013 4:58PM - Do not have correct address - Jhayes09/13/2013 3:17PM - Do not have correct mailing address - Arogers
This is 3 separate conversation entries.
I am trying to force a carriage return and line feed with something like this:
Conv: Replace([Convo_Log],"*[? #]*",Chr(13) & Chr(10))
In lay terms....I think the best breaking point is between the 'alpha' and 'numeric' characteers....last letter of name AND first number of the date.
Any thoughts? I've done this before with success...but there was always a pipe or some other nice character.
Thanks.