Results 1 to 4 of 4
  1. #1
    Robert is offline Novice
    Windows 10 Access 2016
    Join Date
    May 2018
    Posts
    2

    Smile I'm struggling with a reconciliation query

    Hi

    I'm new to access and have a really simple query on MS access which I'm struggling with.
    How do I build a simple query that extracts all the differences between two tables and shows the results in a third table.
    Please see the screen shot below.
    Click image for larger version. 

Name:	Reconciliation Query.JPG 
Views:	9 
Size:	29.3 KB 
ID:	33919



    Thanks so much for your help

  2. #2
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,550
    you could do what you showed above:
    append table A to the 'report' table,
    append table B to the 'report' table,
    make a query ,Q1, to sum the columns from the report table,
    then make Q2, using Q1 to show the difference.

  3. #3
    Robert is offline Novice
    Windows 10 Access 2016
    Join Date
    May 2018
    Posts
    2

    Confused.com ???

    Hi,

    Sorry for being so stupid on this. Please pretend I know absolutely nothing about access...

    I Have tried to replicate the excel process in access by creating data Table A, data Table B, results table and some append queries which I hoped would combine Table A and B into the results.
    As you can see from the screen shots below the results table (screen 5) hasn't worked and only shows the table A results. How can I correct this?

    Is there a combine query? When the results table does combine all data from table A and B, then do I run a query it to find the items in A not in B, items in B and not in A, and items which have the same ID but different sales values in each table?

    Thanks


    Screen 1
    Click image for larger version. 

Name:	screen1.JPG 
Views:	5 
Size:	57.2 KB 
ID:	33923

    Screen 2
    Click image for larger version. 

Name:	Screen2.JPG 
Views:	5 
Size:	54.8 KB 
ID:	33924

    screen 3
    Click image for larger version. 

Name:	screen3.JPG 
Views:	5 
Size:	64.9 KB 
ID:	33925


    Screen 4
    Click image for larger version. 

Name:	screen4.JPG 
Views:	5 
Size:	63.5 KB 
ID:	33926


    Screen 5 (The results screen does not pull in all the data as I had anticipated ?)
    Click image for larger version. 

Name:	screen5.JPG 
Views:	5 
Size:	56.7 KB 
ID:	33927
    ========================================

    [QUOTE=Robert;397084]Hi

    I'm new to access and have a really simple query on MS access which I'm struggling with.
    How do I build a simple query that extracts all the differences between two tables and shows the results in a third table.
    Please see the screen shot below.
    Click image for larger version. 

Name:	Reconciliation Query.JPG 
Views:	9 
Size:	29.3 KB 
ID:	33919

    Thanks so much for your help[/QU

  4. #4
    pbaldy's Avatar
    pbaldy is offline Who is John Galt?
    Windows XP Access 2007
    Join Date
    Feb 2010
    Location
    Nevada, USA
    Posts
    22,652
    In SQL Server it would be easy with a full outer join. In Access you can Union together 3 queries. See here:

    https://support.office.com/en-us/art...1-07061a1478f6

    the full outer join bit.
    Paul (wino moderator)
    MS Access MVP 2007-2019
    www.BaldyWeb.com

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

Similar Threads

  1. newbie: Struggling for query
    By adhossain in forum Access
    Replies: 3
    Last Post: 02-22-2015, 04:47 AM
  2. Query for Reconciliation - Help/advice needed
    By Chatholo in forum Queries
    Replies: 4
    Last Post: 02-02-2015, 03:03 PM
  3. Struggling with this query
    By ramangill in forum Queries
    Replies: 8
    Last Post: 04-10-2014, 09:14 PM
  4. database reconciliation 2003-2010 (help!)
    By ihealy1 in forum Access
    Replies: 4
    Last Post: 11-09-2011, 11:21 AM
  5. struggling with query, plz help
    By jimgros in forum Queries
    Replies: 2
    Last Post: 07-26-2011, 03:35 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