|
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. |