View Single Post

  #3 (permalink)  
Old 01-05-2004
Mossoft Mossoft is offline
Member
Yellow Belt
 
Join Date: Feb 2003
Posts: 48
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.
Reply With Quote