Results 1 to 9 of 9
  1. #1
    luppi13 is offline Novice
    Windows 7 32bit Access 2010 32bit
    Join Date
    Sep 2011
    Posts
    8

    Combo box is freezing when I interact with it.

    I have a MS Access 2016 application that is connected to MS SQL.
    I have created a Main Menu form that allows the user to choose a loan from a combobox.


    The query used to populate the unbound combobox uses a query on 2 tables (all records in table1 where there is no record in table2). There are 5 columns and the first column is the bound column.

    It doesn't matter how I get into the combobox. Sometimes it works and sometimes it freezes for at least 5 minutes. Not user acceptable. PLEASE HELP!!

  2. #2
    Minty is offline VIP
    Windows 10 Office 365
    Join Date
    Sep 2017
    Location
    UK - Wiltshire
    Posts
    3,003
    How many records are in the table? Are the joining fields indexed?
    Assuming it's quite a lot of records, could you not create a view on the server to populate the combo with?
    DLookup Syntax and others http://access.mvps.org/access/general/gen0018.htm
    Please use the star below the post to say thanks if we have helped !
    ↓↓ It's down here ↓↓

  3. #3
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,525
    yes, you probably dont want it loading thousands of records.

  4. #4
    luppi13 is offline Novice
    Windows 7 32bit Access 2010 32bit
    Join Date
    Sep 2011
    Posts
    8
    Thank you for your response. Yes, there are about 14,000 records. However, sometimes it works just fine. It seems like when I click on the arrow and then click in the textbox of the combo box, it freezes. Not every time though.

  5. #5
    Minty is offline VIP
    Windows 10 Office 365
    Join Date
    Sep 2017
    Location
    UK - Wiltshire
    Posts
    3,003
    14,000 Is a very long list for a combo, particularly to then be joined to another table, that is on a remote server.
    Can you not restrict it to a more reasonable number with a "pre-filter" ?

    How are you connecting to the network where the server sits, wirelessly?
    DLookup Syntax and others http://access.mvps.org/access/general/gen0018.htm
    Please use the star below the post to say thanks if we have helped !
    ↓↓ It's down here ↓↓

  6. #6
    luppi13 is offline Novice
    Windows 7 32bit Access 2010 32bit
    Join Date
    Sep 2011
    Posts
    8
    I am connected through a VPN remotely. I believe that most of the team that will be using the application will be on-site. I'll see what I can do about filtering the list even more. I'll be back! LOL

  7. #7
    luppi13 is offline Novice
    Windows 7 32bit Access 2010 32bit
    Join Date
    Sep 2011
    Posts
    8
    It doesn't freeze while populating. It freezes when I scroll a little/lot and then place my cursor back into the box and start to type. Would the number of records still contribute to this?

  8. #8
    luppi13 is offline Novice
    Windows 7 32bit Access 2010 32bit
    Join Date
    Sep 2011
    Posts
    8
    Ok... I filtered the data by purchase year and it don't have the freezing issue!!! Thank you SO MUCH!!

  9. #9
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,525
    what is in the list that needs 14k choices?
    can you 1st give a text box, for user to enter a key word, which would filter down the list?

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

Similar Threads

  1. Freezing code
    By stevedk in forum Modules
    Replies: 5
    Last Post: 11-30-2019, 07:41 AM
  2. Keep UI From Freezing
    By jo15765 in forum Programming
    Replies: 6
    Last Post: 07-22-2019, 03:05 PM
  3. Replies: 13
    Last Post: 08-29-2017, 09:40 AM
  4. Freezing Access Database
    By snoopy in forum Programming
    Replies: 3
    Last Post: 10-09-2012, 09:09 PM
  5. The Problem: Form Keeps Freezing
    By BuzzBamm101 in forum Forms
    Replies: 4
    Last Post: 09-15-2011, 12:07 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