DCount slows down Access application.

  • Thread starter Thread starter EricB
  • Start date Start date
E

EricB

I have a mainform where my users can see the nr of purchase orders that are
waiting for them to be processed. When the form is loaded or when the main
form is active the Dcount is triggered but it slows down the entire
application each time, is there an alternative for using DCount? I have about
5 dcounts in my mainform.
Thaks for any help or tips....
 
Depends what you need done, Eric.

The domain aggregate functions will slow you down. Perhaps you can tell us
what's in them: it may be possible to use one totals query to get all the
values, and then assign them to unbound text boxes on your form (perhaps on
Form_Current.)
 

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

DCount Function 2
undo changes vba / sql 1
DCount problem redux 4
output record count as a table? 4
Ranking students marks 0
DCOUNT Help 2
DCount & record selector 3
Complex DCount in a Student "Summary" Form 1

Back
Top