reduce memory usage

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

We are using a access application. The end user start this app in AccessXP
runtime. The app contain a lot of forms and VBA-script.
We are working in a Citrix environment. Every user starts the app and uses
about 60Mb of memory.
Can anybody give me some clues to reduce the usage of the memory?
Thanks.
Flok
 
a) don't use MDB; it is a memory hog
b) Access Data Projects is a lot more efficient for a lot of tasks
c) put more filters into your SQL statements; if you load the whole
table it will consume a lot of memory
d) don't have so many forms open at the same time
 

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

Back
Top