I am importing a salesman's route (in a CSV file) into my VB6 app using the Mappoint ActiveX control. The CSV file contains street, town, county and postcode, and I am using the ImportData method to create a dataset and associated pushpins on my map, first of all using the postcode. However, some postcodes in the data may be missing or incorrect, and the ImportData method does not find the correct location or add a pushpin to the map. Using a Mappoint recordset, I can find which items were unmatched, and then find them using the other criteria (street, town etc), with the FindAddressResults method. If the correct location can be found in this way, I would like to add the result to the dataset, but cannot find a way of doing this. Any help would be appreciated.
Thanks in advance.
Andy Baker