View Single Post

  #1 (permalink)  
Old 01-22-2003
Vincent BENNER's Avatar
Vincent BENNER Vincent BENNER is offline
Member
Yellow Belt
 
Join Date: Sep 2002
Posts: 41
Ambigous results : MapPoint doesn't take the right solution?

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
Reply With Quote