Greetings!
I’m currently using Access 2000 to rewrite an application I did several years back. I’ve learned a lot of new techniques since I had written the original.
I’m trying to find ways to make the code more efficient. One of the issues that I’m not quite clear on is how best to enumerate a collection. Note: I have anywhere from 25 to 150 objects in the collections. Here are both methods I’ve used:
Method 1 (original way):
-MarkJ-