Results 1 to 3 of 3
  1. #1
    mkrylataya is offline Novice
    Windows XP Access 2010 64bit
    Join Date
    Oct 2016
    Posts
    3

    Modifying the Table Field into Records

    Hello folks,

    Need help with the following.

    I have a table that looks like this:

    ProgramID NewProgramDate ApplicationDate
    11111111 1/1/2016 5/10/2016









    I need to convert it into the following table:

    ProgramID Event Date
    1111111 New Program 1/1/2016
    111111 Application 5/10/2016







    How do I do that?

  2. #2
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,525
    build a macro, with 2 append queries,
    Q1 to add the NEW PROGRAM records,
    Q2 to add the APPLICATIONs

  3. #3
    ssanfu is offline Master of Nothing
    Windows XP Access 2010 32bit
    Join Date
    Sep 2010
    Location
    Anchorage, Alaska, USA
    Posts
    9,664
    Depends on if you have a table of "Events" linked to the first table above (sure wish you had used actual table names).

    How do you know the date for Event "New Program" is "1/1/2016" ??
    And Event date for "Application" is "5/10/2016"?

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

Similar Threads

  1. map text field to table of records
    By BrainExplodingFromCoffee in forum Forms
    Replies: 2
    Last Post: 03-24-2016, 02:02 PM
  2. Replies: 2
    Last Post: 03-18-2016, 05:47 AM
  3. Replies: 6
    Last Post: 03-23-2015, 08:16 AM
  4. Replies: 2
    Last Post: 02-26-2015, 09:33 AM
  5. Replies: 1
    Last Post: 03-17-2006, 12:04 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