returning file info from folder

apples76

Registered User.
Local time
Today, 00:09
Joined
Apr 25, 2006
Messages
15
I have see nsomewhere on the internet that it is possible to produce a record set from information of files within a folder..

ie file name date modified/created etc.

could someboy please point me in the right direction as i need to check alot of files in a short time.


Thanks.

ps... i'm only a beginner so as much help as possible would be greatly appreciated.



Cheers
 
Do a search on File System Object. From that you can use Access's VBA's intellisense to gather a whole bunch of information.

Once you set up your fso, it's just looping through folders and files and loading the attributes into a recordset.
 

Users who are viewing this thread

Back
Top Bottom