Results 1 to 2 of 2
  1. #1
    MiCCAS is offline Novice
    Windows 7 Access 2007
    Join Date
    Feb 2010
    Posts
    1

    Query duplication issues

    G'day all,
    I have 3 tables, somewhat like the following:
    tblName


    NameID
    Name
    tblgroup
    GroupID
    NameID
    GroupName
    tblData
    DataID
    NameID
    DataResult
    I have NameID all linked, and in a query with all the tables included, I am getting each result twice.
    IE:
    NameID GroupName DataResult
    1 Grp 20
    2 Grrp 40
    1 Grp 20
    2 Grrp 40


    I was doing a fancy mandangled query, but the fault still happens when I do this:
    tblName.*
    GroupName (from tblGroup)
    DataResult (from tblData)


    Thanks in advance for all of your help, I appreciate your responses even though I'm new.. I'll try and help out in return, but I'm still quite new to Access.

  2. #2
    pbaldy's Avatar
    pbaldy is offline Who is John Galt?
    Windows XP Access 2007
    Join Date
    Feb 2010
    Location
    Nevada, USA
    Posts
    22,521
    What is the SQL of your simple query? It sounds like you either have no join between the tables, or the wrong one. I'm guessing one of those tables has 2 records in it.

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

Similar Threads

  1. between query issues
    By jderrig in forum Queries
    Replies: 4
    Last Post: 01-15-2010, 02:30 PM
  2. Replies: 4
    Last Post: 11-06-2009, 09:51 AM
  3. report detail duplication
    By archie in forum Reports
    Replies: 5
    Last Post: 09-17-2009, 08:51 PM
  4. Access Database Duplication problem
    By Tempuser in forum Queries
    Replies: 9
    Last Post: 09-10-2009, 05:53 AM
  5. duplication
    By noidea in forum Access
    Replies: 1
    Last Post: 07-31-2009, 06:22 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