Results 1 to 2 of 2
  1. #1
    jboman is offline Novice
    Windows 7 32bit Access 2007
    Join Date
    Feb 2012
    Posts
    1

    Normalizing(?) problem

    Hi gurus,
    I tried the search before posting, but nothing on this topic came up, so here we go.

    I have a problem where I've imported data from Excel. The tabel looks like this:

    Material - Jan 2011 - Feb 2011 - Mar 2011 -
    a - 2000 - 3000 - 5000 -

    ...and so on, each new month has a separate column with quantites for materials.

    There are a lot of columns and I'd like to accomplish the following result table with a query or some VBA code:

    Material - Month - Year - Qty
    a - Jan - 2011 - 2000
    a - Feb - 2011 - 3000


    a - Mar - 2011 - 5000

    This is a common problem with Excel templates that people use. They are ok for editing data in Excel, but are useless for Access import.

    Any help is much appreciated!

    BR.

  2. #2
    orange's Avatar
    orange is offline Moderator
    Windows XP Access 2003
    Join Date
    Sep 2009
    Location
    Ottawa, Ontario, Canada; West Palm Beach FL
    Posts
    16,847
    Seems you have already recognized that Spreadsheet<>Table.

    There is an article at the site below that overviews RDBMS that may be helpful with concepts
    http://forums.aspfree.com/microsoft-...es-208217.html

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

Similar Threads

  1. Normalizing various City/County/State combinations (w/out zip)
    By DorkyDuvessa in forum Database Design
    Replies: 2
    Last Post: 05-08-2011, 07:49 PM
  2. Normalizing a Database
    By tehbrosta in forum Database Design
    Replies: 4
    Last Post: 12-05-2010, 03:12 PM
  3. Assistance with normalizing tables
    By racheliza79 in forum Database Design
    Replies: 3
    Last Post: 08-26-2010, 04:20 PM
  4. Normalizing a table
    By racheliza79 in forum Database Design
    Replies: 3
    Last Post: 08-20-2010, 08:40 PM
  5. Replies: 2
    Last Post: 06-14-2010, 03:25 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