roxannep
Technical User
- Jun 20, 2000
- 69
Situation: transactional data in table has Email in common with Contacts data. However, transactional data generally comes in before remainder of contact data (name, address). Some transactional data is from repeat customers. <br><br>Have a loop set up to check each record in the daily temporary transactional table to see if a corresponding record exists in Contacts via the email address. MUST have a contacts record to have a transaction record. If no contacts record with matching email, I need to have Access create a new record and paste the email address into the contacts table before I paste append the transaction information. <br><br>Stuck on the command code between the DoUntil EOF and EndLoop to have it perform command to create a new record in a different table and paste the email address only from transaction table that the Do Until is running on into the new contact record under the IF NOT (no match) condition ......<br>