Hello,
I've made a VB6 application based on a Access database.
I need to add pushpins into a new map at database datas
coordonates.
I've got the following fields : street, zip code and city.
Sometimes, it happens that a same street is into 2
differents cities with the same name. Even if I make
a addpushpin method including zip code, city and street,
the pushpin is added into the wrong city.
So, how to make priority on the couple ZIP CODE + CITY
before the STREET ?
Regards,
Vincent BENNER