Results 1 to 3 of 3
  1. #1
    pianoboy11 is offline Novice
    Windows 7 Access 2007
    Join Date
    Mar 2010
    Posts
    4

    Query Help

    I having problems previewing existing data in the server explorer : So created a query in access, the query works fine in access, but when I go to server explorer under the view folder and try to retrieve the existing data thats in the mdb , it saids null for each column or no data is in the table which is false. Do anyone know why is this. Whats weird is for any other table or view in the database, I can retrieve the data.



    I think the program cannot understand the query , its really weird. the query im using is below.

    is there anything wrong with query, the query works fine in access, but when i try to preview data in c# , It says the table is empty which is false


    SELECT maxoftestid, maxoftestnames, timestamps, msn, min(pass) AS testpass
    FROM PassOrFailByEtag
    WHERE ecode Like '[123456789ABCD]*'
    GROUP BY maxoftestnames, timestamps, maxoftestid, msn
    ORDER BY timestamps;

  2. #2
    RuralGuy's Avatar
    RuralGuy is offline Administrator
    Windows 7 Access 2010 (version 14.0)
    Join Date
    Mar 2007
    Location
    8300' in the Colorado Rocky Mountains
    Posts
    12,922
    So could this be a C# issue?

  3. #3
    pianoboy11 is offline Novice
    Windows 7 Access 2007
    Join Date
    Mar 2010
    Posts
    4

    Query

    I may have a better ideal

    I have a crosstab , and the crosstab have data that occurs

    How to write a query to pull 3 column from the crosstab into a table.

    that way I can just call the query in code. I did a select from the crosstab which works, but its not a query I can call to update the table everytime.


    example, view the excel sheet or attachment

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

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