Abilio Serafim
05-09-2005, 11:23 AM
Hi,
I'm developing a program in VB with MapPoint and I'm importing data into MapPoint from a txt file, and some records cannot be matched, in those cases I'm using the "match records method" (objRecordset.Fields.MatchRecord True) to match them, but I need to know the choose value for each one ... per example
I have a postal code 11111 that cannot be matched and using "match records method" through VB I choose 11000 ... how can I retrieve in VB the new value ????
Thanks in advance
Abilio
I'm developing a program in VB with MapPoint and I'm importing data into MapPoint from a txt file, and some records cannot be matched, in those cases I'm using the "match records method" (objRecordset.Fields.MatchRecord True) to match them, but I need to know the choose value for each one ... per example
I have a postal code 11111 that cannot be matched and using "match records method" through VB I choose 11000 ... how can I retrieve in VB the new value ????
Thanks in advance
Abilio