This problem is not really a VB question but more a programming question in general.<br>
<br>
Has anyone ever had to establish links between two seperate mailing databases? I have a database that requires updates to be applied to it from various electronic sources but I need to determine whether an update needs to be applied or not based on me having the same address as is supplied. <br>
<br>
The problem lies in the fact that not all addresses are formatted in the same fashion. i.e. Suite numbers might be in the second line of address or at the beginning of the first or some people write Rd. sometimes it is Road or Rd with no punctuation etc. The permutations are endless. Obviuosly using string comparisons is not going to work. <br>
<br>
Is there something else that might work (i.e Soundex) that someone has used in the past (Mike or Alt255). Any information or tips in this exercise would really help.<br>
<br>
Thanks
<br>
Has anyone ever had to establish links between two seperate mailing databases? I have a database that requires updates to be applied to it from various electronic sources but I need to determine whether an update needs to be applied or not based on me having the same address as is supplied. <br>
<br>
The problem lies in the fact that not all addresses are formatted in the same fashion. i.e. Suite numbers might be in the second line of address or at the beginning of the first or some people write Rd. sometimes it is Road or Rd with no punctuation etc. The permutations are endless. Obviuosly using string comparisons is not going to work. <br>
<br>
Is there something else that might work (i.e Soundex) that someone has used in the past (Mike or Alt255). Any information or tips in this exercise would really help.<br>
<br>
Thanks