Well Willir, I don't really understand your example but I fixed it by manually merging the entries (it was only about 400 entries of copy and paste no big deal) but for future reference, in case I have 10,000 entries, here's what I was asking. Basically this is a document database that some how was created with three "Note" fields. The "Note" field is just to write down any extraneous comments or heads up in case the document is special, stored in another place, lost, etc.. I don't know why there's three note fields but only one is necessary, the rest are just junk. So I wanted to take all three fields and merge them as one. I won't get the problem you described above with strings bumping into each other (Jack loves applesJohn loves bananasSue likes dogs) because each record only has ONE "Note" field filled in. So basically with each entry, I'm trying to automatically eliminate the empty "Note" fields so essentially there will be one singular note field left for all records. This is really hard to explain but that's the best I could do. Don't worry about the response I guess, it's fixed and it didn't take too much time.