Extracting the part of a letter after "dear whoever" in a memo field.
I need to do this so as to remove duplicates and "yes" duplicates can be removed from a memo field.
Another alternative would be to remove the date which is between the letterhead and the "dear whoever". The letterhead loses its formatting and each letter looks like the following, although the suburb can be either one or two words.
xyz
Authorised Representative of xyz Pty Ltd
ABN 123 AFSL No 123
Income Replacement
Trauma and TPD
Life Insurance
Wednesday, 4 November 2015
Mr abc xyz
10 abc Road
Castle Cove NSW 2069
Dear xyz,
-------------------------------------------------------------------
The main issue is the date because some have been done on two different days and thus will not come out as duplicates.
The letters are produced by Access filling bookmarks and then the code basically doing a "select all" and "copy" and the pasted to a new record in the table with the memo field.
I need to do this so as to remove duplicates and "yes" duplicates can be removed from a memo field.
Another alternative would be to remove the date which is between the letterhead and the "dear whoever". The letterhead loses its formatting and each letter looks like the following, although the suburb can be either one or two words.
xyz
Authorised Representative of xyz Pty Ltd
ABN 123 AFSL No 123
Income Replacement
Trauma and TPD
Life Insurance
Wednesday, 4 November 2015
Mr abc xyz
10 abc Road
Castle Cove NSW 2069
Dear xyz,
-------------------------------------------------------------------
The main issue is the date because some have been done on two different days and thus will not come out as duplicates.
The letters are produced by Access filling bookmarks and then the code basically doing a "select all" and "copy" and the pasted to a new record in the table with the memo field.