Results 1 to 5 of 5
  1. #1
    MdHaziq is offline Competent Performer
    Windows 10 Access 2016
    Join Date
    Sep 2017
    Location
    Singapore
    Posts
    124

    Append Query

    Dear


    Forum,

    I would like to append records form tblMaster1 to tblSuppliers.

    I run the query but it did not append my tblSuppliers.

    Any reason why?

    TIA

    Haziq
    Attached Files Attached Files

  2. #2
    Minty is offline VIP
    Windows 10 Access 2010 32bit
    Join Date
    Sep 2017
    Location
    UK - Wiltshire
    Posts
    3,002
    That makes no sense - why would store all that data in master one and then in the Suppliers table as well.

    If you as simply moving the data into the new table, then change the join to a right join and add criteria to the supplier ID of Is Null.
    DLookup Syntax and others http://access.mvps.org/access/general/gen0018.htm
    Please use the star below the post to say thanks if we have helped !
    ↓↓ It's down here ↓↓

  3. #3
    isladogs's Avatar
    isladogs is offline MVP / VIP
    Windows 10 Access 2010 32bit
    Join Date
    Jan 2014
    Location
    Somerset, UK
    Posts
    5,974
    If you want a reply you either need to remove the login form or tell us the user name and password.
    Suggest you only post the relevant parts of your db
    Colin, Access MVP, Website, email
    The more I learn, the more I know I don't know. When I don't know, I keep quiet!
    If I don't know that I don't know, I don't know whether to answer

  4. #4
    MdHaziq is offline Competent Performer
    Windows 10 Access 2016
    Join Date
    Sep 2017
    Location
    Singapore
    Posts
    124
    Dear,
    Minty

    My intention was to move supplier information from tblMaster1 to tblSuppliers.
    moving the data into the new table, then change the join to a right join and add criteria to the supplier ID of Is Null.
    I will try it out!

    Thanks

    Dear
    ridders52


    Sorry for being sloppy w/ my post.
    I will certainly post only what is neccessary in the future.

    Deepest appologies

    Haziq

  5. #5
    SierraJuliet's Avatar
    SierraJuliet is offline Competent Performer
    Windows 7 64bit Access 2013 64bit
    Join Date
    Dec 2017
    Location
    Earth
    Posts
    211
    Would a SELECT INTO work? Exclude the IN if not a separate db. Just execute the statement from where the data currently resides.

    SELECT Column 1, Column 2, Column 3, etc
    INTO tblNewTable IN NewDatabase.accdb
    FROM tblOldTable
    WHERE some condition;

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

Similar Threads

  1. Replies: 19
    Last Post: 10-03-2017, 09:10 AM
  2. Replies: 1
    Last Post: 09-02-2015, 08:44 AM
  3. Access can't append all the records in the append query
    By fluffyvampirekitten in forum Access
    Replies: 2
    Last Post: 08-27-2015, 01:53 AM
  4. Replies: 1
    Last Post: 10-06-2011, 08:37 AM
  5. Replies: 7
    Last Post: 07-21-2011, 01:01 PM

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