Results 1 to 4 of 4
  1. #1
    Andyjones is offline Advanced Beginner
    Windows Vista Access 2010 32bit
    Join Date
    Sep 2011
    Posts
    76

    Compare player results


    I have created a query called test this has all the players name is and results, Im trying to create from this query another query that will allow me to type in two different player names to compare there results. having bit dificulty doing this. see attached. Or would it be better with two seperate querys
    Attached File(s) LangleyB_Averages.zip

  2. #2
    recyan's Avatar
    recyan is offline Expert
    Windows 2K Access 2000
    Join Date
    Dec 2011
    Posts
    662
    Hi,

    On clicking for the Attached Files, it leads to :
    http://www.utteraccess.com/forum/post-a53113-.html
    a login password screen.

    Is it something like

    Code:
    SELECT 
    QRY1.PlayerName, 
    QRY1.Results
    FROM 
    (
    SELECT 
    Table1.PlayerName,
    Table1.Results 
    FROM 
    Table1
    )
    AS QRY1
    WHERE 
    (((QRY1.PlayerName)="A")) OR (((QRY1.PlayerName)="B"));
    or something else totally ?

    Thanks

  3. #3
    Andyjones is offline Advanced Beginner
    Windows Vista Access 2010 32bit
    Join Date
    Sep 2011
    Posts
    76
    OK I upload the database
    Attached Files Attached Files

  4. #4
    recyan's Avatar
    recyan is offline Expert
    Windows 2K Access 2000
    Join Date
    Dec 2011
    Posts
    662
    Hi,
    Unable to open the db.
    If you could upload in .mdb, perhaps more people will be able to take a look at it & help you out.

    Thanks

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

Similar Threads

  1. Replies: 6
    Last Post: 05-14-2012, 07:24 AM
  2. Windows Media Player Control
    By dalematt in forum Forms
    Replies: 1
    Last Post: 11-18-2011, 06:20 PM
  3. windows media player
    By ksmith in forum Programming
    Replies: 3
    Last Post: 09-20-2011, 12:44 PM
  4. Replies: 1
    Last Post: 08-05-2010, 12:01 AM
  5. Compare two tables
    By Igli in forum Access
    Replies: 2
    Last Post: 07-05-2010, 10:30 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