Results 1 to 3 of 3
  1. #1
    raychow22 is offline Competent Performer
    Windows 10 Access 2016
    Join Date
    May 2017
    Posts
    145

    Use Query as a Rowsourced Table Without Duplicates

    Hi Forum,



    Is there a way to use a Query as a Rowsourced Table for a List on my Form without Duplicates? Currently, in my Form, there is a rowsourced qrTableList; however this list is generated from my main backend Table. The problem is that it shows duplicates because they are allowed to have them; but I just want a list without the duplicates. Is there something I can write into the Query to not show duplication?

    Thanks,

    Raymond

  2. #2
    CJ_London is offline VIP
    Windows 10 Access 2010 32bit
    Join Date
    Mar 2015
    Posts
    11,938
    SELECT DISTINCT or use an aggregate query (group by)

  3. #3
    raychow22 is offline Competent Performer
    Windows 10 Access 2016
    Join Date
    May 2017
    Posts
    145
    Thanks Ajax!!

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

Similar Threads

  1. Renaming Rowsourced Table Data
    By raychow22 in forum Access
    Replies: 7
    Last Post: 06-22-2018, 04:21 AM
  2. Duplicates in Query but not Table
    By july1 in forum Access
    Replies: 10
    Last Post: 07-18-2017, 06:17 AM
  3. Append Query to a table (Without Duplicates)
    By cmorten in forum Queries
    Replies: 12
    Last Post: 11-28-2016, 02:44 PM
  4. Query outputs duplicates from 1 table
    By Govman in forum Queries
    Replies: 1
    Last Post: 02-16-2015, 06:01 PM
  5. Replies: 4
    Last Post: 09-23-2011, 11:56 AM

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