Results 1 to 3 of 3
  1. #1
    Baldeagle is offline Competent Performer
    Windows XP Access 2007
    Join Date
    Sep 2011
    Location
    Northern Ireland
    Posts
    136

    Append Query


    I am trying to append to my Ledger credits showing in my downloaded Bank Statements. In my Ledger Table I have set 3 fields as Primary Keys (Donor Number, Amount and Date) as there should never be duplicate entries for all 3 fields. My append query selects the credits from my Bank Statement and inserts them into the Ledger. But I would expect the use of the 3 Primary Keys to ensure that only new credits are added to the Ledger. But I am finding that all credits (including entries already in the Ledger) are being appended. How can I get only new credits added to my Ledger?

  2. #2
    JoeM is offline VIP
    Windows XP Access 2007
    Join Date
    Jun 2012
    Posts
    3,904
    First create an Unmatched query between the two objects so it only lists records in the one table not found in the other. Then, change that query to your Append Query so you are only adding the new records.

  3. #3
    Baldeagle is offline Competent Performer
    Windows XP Access 2007
    Join Date
    Sep 2011
    Location
    Northern Ireland
    Posts
    136
    Thanks for the guidance.

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Need help with an append query
    By cdell7up in forum Access
    Replies: 100
    Last Post: 01-14-2013, 06:47 PM
  2. Replies: 1
    Last Post: 10-06-2011, 08:37 AM
  3. Replies: 7
    Last Post: 07-21-2011, 01:01 PM
  4. append query help
    By SlowPoke in forum Access
    Replies: 2
    Last Post: 09-25-2010, 10:47 AM
  5. Append query won't append
    By yelkenli in forum Queries
    Replies: 5
    Last Post: 02-12-2010, 11:19 AM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums