Can someone help me? My do while loop is running through a list of names and addresses which MapPoint's first match is find results quality not good. I am having trouble returning to that loop (to continue next record) after selecting from possible matches displayed in a list box.
I am setting pushpins for a list of locations from an Access database.
I would like to immitate the MapPoint process of counting down not matched records as I make my choices. My code jumps back and flips through all the not matched to the end of notmatched group without stopping.
Is a listbox in a search form appropriate or should I be using a common dialogue control?