Results 1 to 2 of 2
  1. #1
    alsoto is offline Advanced Beginner
    Windows XP Access 2007
    Join Date
    Apr 2009
    Posts
    67

    Split One Record Into Multiple Records

    I have a client who has data like this in an access table:



    itemID itemName itemQuantity
    1 Corvette 1
    2 Mustang 2
    3 Camaro 5


    He wants to append the data to another table so it looks like this:

    itemID itemName itemQuantity
    1 Corvette 1
    2 Mustang 1
    2 Mustang 1
    3 Camaro 1
    3 Camaro 1
    3 Camaro 1
    3 Camaro 1
    3 Camaro 1


    He needs it in this format so that he can export it to excel (for some unknown reason lol).

    Any easy way to do this?

    Thanks,
    Al Soto

  2. #2
    alsoto is offline Advanced Beginner
    Windows XP Access 2007
    Join Date
    Apr 2009
    Posts
    67
    ps Can be an update, doesn't actually need to be an append.+ Reply to Thread

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

Similar Threads

  1. Split one record into multiple lines
    By Sally in forum Access
    Replies: 1
    Last Post: 03-11-2013, 07:03 PM
  2. Replies: 2
    Last Post: 12-29-2012, 03:11 PM
  3. Splitting one record into multiple records
    By AccessUser123 in forum Programming
    Replies: 4
    Last Post: 06-15-2011, 08:18 AM
  4. combining multiple records into one record
    By RedGoneWILD in forum Queries
    Replies: 5
    Last Post: 07-28-2010, 11:19 AM
  5. Replies: 1
    Last Post: 12-10-2009, 08:41 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