Results 1 to 5 of 5
  1. #1
    speja01# is offline Novice
    Windows 7 64bit Access 2007
    Join Date
    Nov 2013
    Posts
    2

    Function running slow for different user


    Hello Everyone,

    I have a very odd situation that I can't figure out for the life of me. I have a MSAccess 2007 database with a particular function in a module which runs in under 25 seconds for one user but over 20 minutes for another user. Both users have identical hardware and OS. The function basically iterates through a local table (approx. 12,000 records) and writes information to another local table. The fact that the operation being performed is being done locally leads me to believe something on his machine is causing it. I was hoping someone on here might have come across a similar issue and can share some troubleshooting tips. Any help would be appreciated.

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,770
    No idea. Replace the local copy of database? Maybe reinstall Access?
    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.

  3. #3
    speja01# is offline Novice
    Windows 7 64bit Access 2007
    Join Date
    Nov 2013
    Posts
    2
    Unfortunately I already tried both of those suggestions.

  4. #4
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,770
    Does the issue replicate in a new db created on that machine?

    Next step may be to reinstall OS.
    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.

  5. #5
    Dal Jeanis is offline VIP
    Windows 7 32bit Access 2010 32bit
    Join Date
    May 2013
    Location
    Dallas TX
    Posts
    1,742
    First, make sure the slow user has the current version of the front end.

    Second, make sure the slow user has the exact same LAN permissions on all relevant file folders as the fast user.

    Third, check all the relevant add-ins and references used by the routine, and make sure that the proper MS VBA, Access, DOA and OLE references are selected in the same order.

    Fourth, make sure that the routine is properly dimensioning the object type and is efficiently using variable objects to address the file objects. If you have questions about that statement, post the VBA here and we'll kibbitz.

    If I had to bet on a single culprit, I'd guess there's a missing reference that one user's machine is resolving correctly and the other is wandering around looking for.

    (Note - this post was written before the prior two were posted).

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

Similar Threads

  1. Query running Slow
    By mike02 in forum Queries
    Replies: 2
    Last Post: 07-26-2013, 12:47 PM
  2. Access Running Slow. Help?
    By alyon in forum Access
    Replies: 16
    Last Post: 12-21-2012, 08:21 AM
  3. Access running very slow
    By k11ngy in forum Access
    Replies: 1
    Last Post: 10-12-2012, 08:09 AM
  4. Reports running slow
    By kwooten in forum Reports
    Replies: 2
    Last Post: 12-02-2011, 03:29 PM
  5. Query running VERY slow
    By purple_kittykat in forum Queries
    Replies: 4
    Last Post: 07-31-2011, 12:40 AM

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