Results 1 to 2 of 2
  1. #1
    Samand is offline Novice
    Windows 8 Access 2013
    Join Date
    Jul 2013
    Posts
    1

    Post Help with tabl

    Hi,
    I have a table that has 200 columns. I need to use a few of them to get some data for a report. In short part of the table looks like this:
    Header 1 Header 2 Header 3 Header 4 Header 5
    Pass Fail Minor Pass Fail
    Fail Pass Pass Fail Pass
    Minor Pass Fail Pass Minor



    I need to get the following result:
    Pass Fail Minor
    Header 1 count count count
    Header 2 count count count
    Header 3 count count count
    Header 4 count count count
    Header 5 count count count

    Due to the amount of rows & columns and use of the report I can't use excess.

  2. #2
    alansidman's Avatar
    alansidman is offline Indifferent
    Windows 7 32bit Access 2010 32bit
    Join Date
    Apr 2010
    Location
    Steamboat Springs
    Posts
    2,538
    Initial observation leads me to believe that you may have a normalization issue. Please look at the link below on how to design a rdbms. If you follow the rules of normalization you should be able to query your table with little or no issue.

    http://www.deeptraining.com/litwin/d...aseDesign.aspx

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

Similar Threads

  1. Replies: 12
    Last Post: 11-23-2012, 11:41 PM
  2. Replies: 1
    Last Post: 09-30-2011, 02:55 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