I need to compare two addresses to see if the address 1 is contained in
Address 2. If true, I do nothing, if false, I return the record/row
containing the different addresses.
Note: I need to complete this for a report at work today

Signature
Sayelarkpor
Don Guillett - 25 Apr 2006 15:58 GMT
have a look in vba help index for FINDNEXT

Signature
Don Guillett
SalesAid Software
dguillett1@austin.rr.com
>
> I need to compare two addresses to see if the address 1 is contained in
> Address 2. If true, I do nothing, if false, I return the record/row
> containing the different addresses.
>
> Note: I need to complete this for a report at work today