More Threads.

S

Scott Burke

I was trying to increase the number of threads that a program uses.
I thought this would do it.
application.setoption "Threads", 10

This give me an error. What is the correctly way to increase the number of
threads. via VBA.

Scott Burke
 
D

Douglas J. Steele

AFAIK, Access is single-threaded. I believe most database applications are.
 
S

Scott Burke

Access help file says that Access defaults to 3 threads. You can change it
in the registry or programmiclly. I perfer the program option my self.

The catch. The help file does NOT tell how to change the threads but it
does show you how to change other options.!?

Scott Burke
 
Top