Results 1 to 3 of 3
  1. #1
    OldUser is offline Novice
    Windows XP Access 2003
    Join Date
    Oct 2011
    Posts
    2

    Consolidating Records

    I have a table as such

    ID Date
    10 1/1/11
    10 2/2/11
    10 3/3/11
    20 4/4/11
    20 5/5/11
    20 6/6/11
    30
    30
    30

    I'd like to consolidate to -

    ID Date1 Date2 Date3
    10 1/1/11 2/2/11 3/3/11
    20 4/4/11 5/5/11 6/6/11
    30 Null Null Null

    I don't think concatenation handles date fields. I want a separate table with the additional fields, not as combined text.

    Thanks.

  2. #2
    RayMilhon is offline VIP
    Windows XP Access 2010 32bit
    Join Date
    Aug 2011
    Location
    Southern California
    Posts
    1,085
    Not sure I understand are you trying to re-create the table in a different format or are you generating a report/form to display the data in a specific manner?

  3. #3
    OldUser is offline Novice
    Windows XP Access 2003
    Join Date
    Oct 2011
    Posts
    2
    I'm trying to create a whole new table with separate fields for the possible multiple date fields for each ID, including an ID with no entry in the original date field.

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

Similar Threads

  1. Replies: 12
    Last Post: 08-30-2011, 03:36 PM
  2. query won't display records with no related records
    By James Brazill in forum Queries
    Replies: 1
    Last Post: 06-28-2011, 02:10 AM
  3. Date function to query records and Sum records
    By sullynivek in forum Queries
    Replies: 0
    Last Post: 04-05-2011, 08:37 AM
  4. Consolidating Code
    By eww in forum Programming
    Replies: 4
    Last Post: 02-08-2011, 10:26 AM
  5. Replies: 10
    Last Post: 01-10-2011, 07:52 PM

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