Results 1 to 3 of 3
  1. #1
    SobJim is offline Novice
    Windows XP Access 2007
    Join Date
    Apr 2012
    Posts
    14

    Unequal Join

    Hello all,

    I think what I need to do is an unequal join.

    I have a table that is called "Items Listing", it has all information about products in my warehouse. I want to be able to compare the Articles numbers from "yesterdaysitems Listing" to "Items Listing. I only want the differences shown. From what I read it has to be done in SQl. I have no idea how to do it.

    Here is the SQl for my query.

    SELECT [Item Listing].Product, yesterdayitems.Product, [Item Listing].Buyer, [Item Listing].[Acc Dept], [Item Listing].Description, [Item Listing].[Cd Variance], [Item Listing].[Prod Max Date]
    FROM [Item Listing] INNER JOIN yesterdayitems ON [Item Listing].Product = yesterdayitems.Product
    ORDER BY [Item Listing].[Cd Variance];


    Thanks

  2. #2
    orange's Avatar
    orange is offline Moderator
    Windows XP Access 2003
    Join Date
    Sep 2009
    Location
    Ottawa, Ontario, Canada; West Palm Beach FL
    Posts
    16,870
    Look at the Unmatched query in Access help.

  3. #3
    SobJim is offline Novice
    Windows XP Access 2007
    Join Date
    Apr 2012
    Posts
    14
    Thanks!! Never noticed that before.

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

Similar Threads

  1. Many-to-Many Self Join
    By neo651 in forum Access
    Replies: 4
    Last Post: 09-20-2012, 02:25 PM
  2. Outer Join Nested in Inner Join
    By Stevens7 in forum Queries
    Replies: 2
    Last Post: 10-19-2011, 01:34 PM
  3. Unequal Join or Union?
    By cap.zadi in forum Queries
    Replies: 3
    Last Post: 09-23-2011, 05:57 AM
  4. SQL - Inner Join
    By springboardjg in forum Queries
    Replies: 1
    Last Post: 05-12-2011, 05:10 AM
  5. Help with right join
    By usa_dreamer2002 in forum Queries
    Replies: 3
    Last Post: 02-25-2011, 04:47 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