Results 1 to 3 of 3
  1. #1
    weekend00 is offline I may not be right
    Windows XP Access 2003
    Join Date
    Aug 2010
    Posts
    1,295

    Talking Is there a way to do reversal way as CrossTab query


    As we know, CrossTab query transform a vertical table into horizonal one,
    Is there a query to do the reverse way, to convert a horizonal table to vertical one?

    For example:
    Table tbl

    F1 P1 P2 P3
    a 0.1 0.2 0.3
    b 0.2 0.1 0.3

    convert to:

    F1 Ps VV
    a p1 0.1
    a p2 0.2
    a p3 0.3
    b p1 0.2
    b p2 0.1


    b p3 0.3

    I would like one query to do this, not a bunch of VBA codes or a union of queries.

  2. #2
    pkstormy's Avatar
    pkstormy is offline Access/SQL Server Expert
    Windows XP Access 2003
    Join Date
    Mar 2010
    Location
    Madison
    Posts
    682
    Wouldn't you just make it a simple select query?

  3. #3
    weekend00 is offline I may not be right
    Windows XP Access 2003
    Join Date
    Aug 2010
    Posts
    1,295
    Just forget it.
    base on my research on internet, union query and VBA coding is the only 2 ways to do that.

    So I just mark it as solved.

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

Similar Threads

  1. Crosstab Query Question
    By hnguyen1987 in forum Access
    Replies: 1
    Last Post: 08-20-2010, 12:54 PM
  2. Crosstab Query
    By lukewarmbeer in forum Access
    Replies: 2
    Last Post: 08-13-2010, 05:10 AM
  3. Replies: 1
    Last Post: 07-30-2010, 10:28 AM
  4. Query - Crosstab ?
    By rob4465 in forum Access
    Replies: 1
    Last Post: 01-28-2010, 08:41 AM
  5. Criteria in Crosstab Query
    By wasim_sono in forum Queries
    Replies: 1
    Last Post: 12-12-2006, 05:14 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