Results 1 to 2 of 2
  1. #1
    afshin is offline Advanced Beginner
    Windows XP Access 2007
    Join Date
    Apr 2011
    Posts
    63

    increase running query speed

    I linked two query(Query1, Q1) by joining three fields in my query. When I run my query, the running speed is very low(about two minutes).how I can increase running? The SQL of my Query is:
    SELECT Query1.ir, Q1.ir, Q1.installevel, Query1.installevel, Q1.id_inc, Q1.setl AS Usettle, Query1.setl AS Dsettle, [Usettle]-[Dsettle] AS DifSettel, Q1.section, Q1.topread, Q1.FDATE, Q1.INCDATE.read AS Uread, Query1.INCDATE.read AS Dread, Q1.RE
    FROM Query1 INNER JOIN Q1 ON (Query1.IRP = Q1.ir) AND (Query1.id_inc = Q1.id_inc) AND (Query1.Date = Q1.Date);


  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,930
    Review this http://office.microsoft.com/en-us/ac...010210347.aspx

    Post the individual queries for analysis or attach project.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

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

Similar Threads

  1. Slow query - Help to speed up?
    By jgelpi16 in forum Queries
    Replies: 9
    Last Post: 05-26-2011, 01:23 PM
  2. Improve query speed
    By FMJO in forum Queries
    Replies: 3
    Last Post: 02-10-2011, 08:37 AM
  3. Replies: 0
    Last Post: 11-15-2010, 09:21 PM
  4. Increase search speed
    By kjuelfs in forum Queries
    Replies: 3
    Last Post: 07-12-2010, 05:11 AM
  5. Query speed issues
    By thart21 in forum Queries
    Replies: 2
    Last Post: 04-07-2010, 05:16 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