Results 1 to 3 of 3
  1. #1
    pooldead is offline Novice
    Windows 10 Access 2016
    Join Date
    May 2019
    Posts
    26

    Query Multiple Tables Without Duplicates

    This may or may not be a dumb question, but I'm not good with queries. I am trying to create a Select query that will display the records of multiple tables tied to a single userID. However, when I try to create these on my own, I wind up with a bunch of duplicates. For example:

    I have 3 tables: tbl_Users, tbl_appAccess, and tbl_adAccess
    tbl_Users has the primary record of userID "abc123"
    tbl_appAccess has 2 records tied to abc123
    tbl_adAccess has 3 records tied to abc124

    When I run the query I have setup, the 2 records from tbl_appAccess are duplicated for every record in tbl_adAccess.
    abc123 app1 ad1
    abc123 app1 ad2
    abc123 app1 ad3
    abc123 app2 ad1


    abc123 app2 ad2
    abc123 app2 ad3

    My end goal is to have a query that can display like this:

    abc123 app1 ad1
    abc123 app2 ad2
    abc123 ad3

  2. #2
    billgyrotech1 is offline Competent Performer
    Windows 10 Access 2010 64bit
    Join Date
    May 2019
    Posts
    179
    Have you tried using Excel?

  3. #3
    pooldead is offline Novice
    Windows 10 Access 2016
    Join Date
    May 2019
    Posts
    26
    Not entirely sure what you mean by that...? Do you mean a cross-tab query? If so, yes

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

Similar Threads

  1. Replies: 4
    Last Post: 08-24-2016, 06:48 AM
  2. Replies: 9
    Last Post: 10-08-2015, 05:13 AM
  3. Query to show duplicates in 3 out of 4 tables
    By figuringitout in forum Queries
    Replies: 7
    Last Post: 05-15-2015, 10:12 AM
  4. Replies: 5
    Last Post: 04-25-2013, 02:38 PM
  5. Replies: 1
    Last Post: 04-12-2013, 03:03 PM

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