Results 1 to 4 of 4
  1. #1
    Kevin Ensign is offline Novice
    Windows 7 64bit Access 2007
    Join Date
    Aug 2016
    Posts
    19

    Opening Query performance issue?

    Sitting "second chair" attempting to learn how to build a DB. My co-worker and I have stumbled upon what we think is a performance issue and trying to search for ways to improve.

    Currently we store an excel sheet with data concerning all purchased parts and its information on the network, its about 14 megabyte file. We created two queries using this excel file. The first provides current record data. The second one we created pulls specific items we need for one of the tables.

    The issue is when we open either of these queries it takes 30+seconds to open. Any of the other queries open ( not using the excel file) immediately. Because of the size of excel file is this normal?

    As of this posting we have performed a compact and repair and saved the excel file as a csv.file and no changes.

  2. #2
    aytee111 is offline Competent At Times
    Windows 7 32bit Access 2013 32bit
    Join Date
    Nov 2011
    Location
    Nomad
    Posts
    3,936
    I presume this is a linked file? Linking slows things down and Excel is slower than most. Local tables are the best - you may want to import the file to a local table before running your queries.

  3. #3
    Kevin Ensign is offline Novice
    Windows 7 64bit Access 2007
    Join Date
    Aug 2016
    Posts
    19
    Yes the file is linked. The reason for this is we plan to update it monthly or quarterly as information changes periodically.

  4. #4
    aytee111 is offline Competent At Times
    Windows 7 32bit Access 2013 32bit
    Join Date
    Nov 2011
    Location
    Nomad
    Posts
    3,936
    Have a standard import routine - either a macro or VBA - that happens before you run the queries. Either that or get used to the slow performance.

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

Similar Threads

  1. Linked Table query performance issue
    By patneel in forum Access
    Replies: 1
    Last Post: 07-31-2012, 12:09 PM
  2. Performance issue A2007, W7
    By Minimalist in forum Programming
    Replies: 1
    Last Post: 07-11-2012, 11:17 AM
  3. Replies: 5
    Last Post: 11-17-2011, 03:04 PM
  4. Update Query Performance Issue
    By Amber_1977 in forum Queries
    Replies: 2
    Last Post: 12-07-2010, 08:36 AM
  5. Access opening issue
    By tmcrouse in forum Database Design
    Replies: 1
    Last Post: 07-23-2010, 08:06 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