CPGDeveloper
Board Regular
- Joined
- Oct 8, 2008
- Messages
- 189
I have a sequence of code in an Access Application that loops through files in a specific folder -- using For/Next:
For Each File In Folder.Files
Code
Code
Next
My question is -- what is the order that it sequences through the files, is it alphabetical? Date Modified? Is there a way to change the criteria it uses to determine the order?
Any help is greatly appreciated. Thank You.
For Each File In Folder.Files
Code
Code
Next
My question is -- what is the order that it sequences through the files, is it alphabetical? Date Modified? Is there a way to change the criteria it uses to determine the order?
Any help is greatly appreciated. Thank You.