Results 1 to 5 of 5
  1. #1
    Mohanss82 is offline Advanced Beginner
    Windows 8 Access 2010 32bit
    Join Date
    Apr 2014
    Location
    India
    Posts
    44

    Excel to Access

    I have an excel dump with 150 columns and 50K rows generated from system every day from which I just require 30 columns every day. Similarly I have a foreign key in this file to be compared for relationship with 3 more files with 50K rows. I wanted to create a relationship for all 4 files. I tried applying power pivot on them so that I can refresh and get the required details but ended up file size beng huge and frequently not responding. I am suppose to prepare reports and dashboards to my management frequently. Please advise whether these tables can be loaded in to Access database to make my life easier ?



    Attached is the layout. Please advise.
    Attached Thumbnails Attached Thumbnails Tables_layout.JPG  
    Last edited by Mohanss82; 05-17-2017 at 11:41 AM. Reason: Inserting Attachment

  2. #2
    RuralGuy's Avatar
    RuralGuy is offline Administrator
    Windows 10 Access 2013 32bit
    Join Date
    Mar 2007
    Location
    8300' in the Colorado Rocky Mountains
    Posts
    12,917
    Did you mark this thread as Solved in error?

  3. #3
    Mohanss82 is offline Advanced Beginner
    Windows 8 Access 2010 32bit
    Join Date
    Apr 2014
    Location
    India
    Posts
    44
    Quote Originally Posted by RuralGuy View Post
    Did you mark this thread as Solved in error?

    I did not mark this as solved and not sure how it happened? Still running with the issue and looking for solutions...

  4. #4
    RuralGuy's Avatar
    RuralGuy is offline Administrator
    Windows 10 Access 2013 32bit
    Join Date
    Mar 2007
    Location
    8300' in the Colorado Rocky Mountains
    Posts
    12,917
    I "unsolved" the thread for you.

  5. #5
    Micron is offline Very Inert Person
    Windows 7 32bit Access 2007
    Join Date
    Jun 2014
    Location
    Ontario, Canada
    Posts
    13,421
    You haven't said if
    a) the spreadsheet files are the same ones every day (possibly with new data), or
    b) they are over-written (which is basically the same as (a), or
    c) they are additional files
    d) the same fields are required each day

    There are several options you could research. Which one is best, or which ones are best in combination, depends on the business need:
    - from Access, link to the static files. Each day, run the same Access queries for your reporting, pulling in only the fields you require. The query can perform the joins.
    - import them as tables each day using the Get Data tool on the Ribbon. You've asked if they can be imported. Yes, but would you over-write or add to the Access tables? There is a limit of 255 table rows (so you're OK there), but the data volume is 2 GB for the whole database, including overhead. I believe the table limit is the same. Linking provides you with the ability to create db relationships, since that seems to be one of your goals.
    - import or link to them each day with code that uses the msoFileDialogFolderPicker or msoFileDialogFilePicker. Use queries for linking/reporting as mentioned.
    - use Automation to pull in data from Excel. More complicated, and IMHO, there would have to be a good reason for not just linking.

    Frequent replacement of Access tables can promote db corruption, so that is something to consider. If you have to, you can also incorporate the data structure into multiple back end (BE) databases, which brings up the point that your db should be split into BE and FE portions.
    The more we hear silence, the more we begin to think about our value in this universe.
    Paraphrase of Professor Brian Cox.

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

Similar Threads

  1. Replies: 3
    Last Post: 04-07-2016, 04:36 AM
  2. Replies: 2
    Last Post: 08-10-2015, 11:53 AM
  3. Import access query data into excel file, using excel vba
    By exceljockey in forum Import/Export Data
    Replies: 3
    Last Post: 11-15-2013, 02:36 PM
  4. Replies: 7
    Last Post: 04-25-2013, 03:47 PM
  5. Replies: 4
    Last Post: 12-17-2012, 01:21 PM

Tags for this Thread

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