command "DLookup"

  • Thread starter Thread starter Lars-Ove Andersson
  • Start date Start date
L

Lars-Ove Andersson

I have problem with the command "DLookup" in Access 2000.
The command takes very long time to run.
Have anybody any solution for this.
//LOA
 
Lars-Ove Andersson said:
I have problem with the command "DLookup" in Access 2000.
The command takes very long time to run.
Have anybody any solution for this.

Do all DLookup expressions take a long time to run, or only a particular
one? If there's a particular DLookup expression that's taking a long
time, maybe you are looking up data in a query that itself takes a long
time. Or else you may be applying a criterion that is very slow to
evaluate. If it is a particular expression, post the DLookup expression
so we can see what may be wrong with it, and if it's based on a query,
you may want to post the query's SQL, too.

Is your DLookup extracting data from a local table, or an external table
that is only linked to the database the function is running in?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

=IFERROR (DLOOKUP .......) -- Does Access have something like 6
DLookup debacle 4
Quick Access Tool Bar 1
DLookup error 1
DLookup and Nz 0
DLOOKUP question 3
dlookup with if 1
DLookUp behavior 1

Back
Top