Results 1 to 4 of 4
  1. #1
    MFS is offline Competent Performer
    Windows 7 64bit Access 2010 64bit
    Join Date
    Mar 2009
    Location
    Ohio
    Posts
    235

    Forms DLookup textbox loading slow but query is already open

    Hello,
    On my main form it shows current production data in textboxes. The code used in the textbox is a DLookup to a Query.


    The textboxes are loading the data extremely slow. So I did some investigation by opening just the query and it loads fairly quickly.
    Can anyone provide assistance?

  2. #2
    ItsMe's Avatar
    ItsMe is offline Sometimes Helpful
    Windows 7 64bit Access 2010 32bit
    Join Date
    Aug 2013
    Posts
    7,862
    Quote Originally Posted by MikSpeck View Post
    ...a DLookup to a Query.
    The textboxes are loading the data extremely slow...
    Each Domain Function will take an independent trip to the data. Very slow.

  3. #3
    NTC is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    Nov 2009
    Posts
    2,392
    Compared to a query itself; the DLookUp fires later and takes longer. Typically this is not a problem. It is a good way to display information that is not part of the form's record set. Some alternatives are:
    * consider a sub form
    * if there are multiple dLookups - have them not fire unless a button is pressed to view the data - rather than all fire every time the form opens/becomes current
    * make the data part of the form's record set
    * be sure the dlookup's source (query) does not have sorting - which slows down the process - and use the smallest possible tables in terms of record count

  4. #4
    MFS is offline Competent Performer
    Windows 7 64bit Access 2010 64bit
    Join Date
    Mar 2009
    Location
    Ohio
    Posts
    235
    I ended up using a subform.
    Works a lot better.
    Thanks for all your help and support

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

Similar Threads

  1. Forms Not Loading
    By MFS in forum Access
    Replies: 3
    Last Post: 03-27-2014, 09:52 AM
  2. Dlookup with criteria of textbox
    By thescottsman92 in forum Access
    Replies: 3
    Last Post: 08-30-2013, 03:32 AM
  3. Replies: 2
    Last Post: 08-07-2013, 07:44 AM
  4. Form Loading Slow From the Shared Folder
    By injanib in forum Forms
    Replies: 2
    Last Post: 06-25-2011, 03:45 AM
  5. Slow Access Loading time
    By alexstoker in forum Access
    Replies: 3
    Last Post: 02-05-2006, 08:55 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