Anonymous
01-04-2004, 11:45 PM
I've imported a file into MapPoint and there are about 10 records it seems to have skipped. How do you bring up the Find Matching Records Box during the import process?
Display Records that Mappoint Can't findAnonymous 01-04-2004, 11:45 PM I've imported a file into MapPoint and there are about 10 records it seems to have skipped. How do you bring up the Find Matching Records Box during the import process? Eric Frost 01-05-2004, 09:48 AM If I understand your question correctly, I think your best bet is to fire up another instance of MapPoint and then switch between the two. Eric Mossoft 01-05-2004, 10:20 AM Wait until after you have imported all the data. The ImportData method returns a dataset object which should be Set into a Recordset object. Then go through each record using movefirst then movenext methods and check the IsMatched property. The records where this property is false will need to be manually found/matched. | ||