roxannep
Technical User
- Jun 20, 2000
- 69
Okay, I've tried several things, but I'll list the steps this should go through:<br><br>I have a daily Excel Spreadsheet with 20 fields, varying rows. One of the fields is "emailname." Steps I need to complete in Access:<br><br>Pull in this spreadsheet as its own table (Sheet1).<br>Have it compare row by row "emailname" from Sheet1 with "emailname" in the "Contacts" table.<br> If there is a match in tbContacts, do nothing and move on to the next row in tbSheet1 and compare next "emailname" from Sheet1 to tbContacts again.<br> If there is no match, copy the "emailname" from tblSheet1 and paste append to a new record in tblContacts. <br><br>I'm trying to avoid having "emailname" duplicates in the tbContacts. The Excel spreadsheet is a daily record of Ebay transactions, which do contain some repeating customers for which I already have a Contacts record. The balance of the information in the remaining 19 fields goes into a transaction table (all of this I have handled in a macro ... it's getting those emailnames into Contacts without duplicating them.<br>