analysis_paralysis
New Member
- Joined
- Mar 12, 2009
- Messages
- 16
Hello,
I'm stumped and I need help.
I am trying to run a query that reverses the unmatch query which is not a problem. However, I need to find matches (is NOT null) on 5 different fields.
essentially, both tables that I am querying off of have addresses broken down into
Address Number
Address Street
Address City
Address State
Address Zip
I need to find get the records that all of these fields match in both tables.
help would be great! the sooner the better, my boss wants to know the list of potential customers that live with former customers and this is the best way I have found (using address of potential customer with those 5 fields and pushing it against existing customer base).
Thanks,
A_P
I'm stumped and I need help.
I am trying to run a query that reverses the unmatch query which is not a problem. However, I need to find matches (is NOT null) on 5 different fields.
essentially, both tables that I am querying off of have addresses broken down into
Address Number
Address Street
Address City
Address State
Address Zip
I need to find get the records that all of these fields match in both tables.
help would be great! the sooner the better, my boss wants to know the list of potential customers that live with former customers and this is the best way I have found (using address of potential customer with those 5 fields and pushing it against existing customer base).
Thanks,
A_P