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

    Reorganize fields

    Hello, I have a small problem. I have a table ordered this way:


    Col0 Col1 Col2 Col3

    Code:
    head col0|head col1|head col2|head col3
    1|1|a|
    2|1||b
    3|2|c|
    4|2||d
    After a query, I need to have the following
    Code:
    head col0|head col1|head col2|head col3
    1|1|a|b|
    2|2|c|d|

    [...]

    Basically, I need to group the values for Col2 and Col3 by Col1. I tried many things. Can someone give me a hint?
    Thanks,
    pollux
    Last edited by pollux; 07-15-2010 at 03:10 PM. Reason: used table function...

  2. #2
    TheShabz is offline Court Jester
    Windows XP Access 2003
    Join Date
    Feb 2010
    Posts
    1,368

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

Similar Threads

  1. Replies: 5
    Last Post: 03-20-2010, 08:30 AM
  2. Replies: 3
    Last Post: 08-10-2009, 08:33 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