Hi guys
I'm trying to return the latest modified date of the all files in a folder.
Have tried this code
Dim Dato As String
Dato = DLookup("Path", "tblSys", "")
Me.txtMod.Value = FileDateTime(left((Dato), Len(Dato) - 1))
this returns the modified path modified date but I'd like the neweste modification date of all the files
Any ideas ???
I'm trying to return the latest modified date of the all files in a folder.
Have tried this code
Dim Dato As String
Dato = DLookup("Path", "tblSys", "")
Me.txtMod.Value = FileDateTime(left((Dato), Len(Dato) - 1))
this returns the modified path modified date but I'd like the neweste modification date of all the files
Any ideas ???