Report of when Files last updated

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

Guest

Im using Access 2003

I need to create a report to show when some files were last updated.
All the files are *.xls and are in the same folder.

Is there an easy way of doing this?
 
How do i set the file path?
C:\test\*.xls


Sorry, also look at the Dir() function. It can loop through the files
in a folder then you'd apply the gathered paths to FileDateTime.
 

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