
Access 7.0/8.0 (Win95) - How to retrieve a file's date/time stamp
Try code like this:
Dim strDateStamp as String
Dim strFileName as String
strFileName = "c:\filename.txt" 'use your own path and filename
strDateStamp = FileDateTime(strFileName)
Hope this helps.
Quote:
> Does anyone know how to do this? I know how to do it back in the 16 bit
> (access2.0) world, but cant get it to work in the 32 bit OS.
> Thanks
> Rich