I am looping through a recordset, I am comparing the values in one of the fields of this recordset with parts of a string from a bookmark in a Word 97 document. Once there is a match eg. "Mr" in the recordset is matched with the "Mr" part of someones name in the bookmarked field, the name part of the string must be disreguarded and only the remainder of the field must be kept which in my case is the address, this will then be deposited into another field which is the address only field. Any ideas and I am using Office 97 so there is no Join or Split functions.