FileDateTime function error

  • Thread starter Thread starter Jim
  • Start date Start date
The function does exist in 2007. It is one of two things. It is either a
VBA reference problem or your syntax is incorrect.

I just did a test using 2007. Here is the results:

?filedatetime("c:\access\bagoftricks\tricks.mdb")
3/30/2009 11:21:30 AM
 
This is working now, I added the Microsoft ActiveX Data Objects 2.1 Library
reference and tried using the function on a form, and it worked.

Now my issue is getting it to work with a workbook that's on Sharepoint. It
will give me the modified date and time for files on my C drive, but when I
put the full Shareponit path, it says "file not found". Is it possible to
use this function to get the specs for a file on Sharepoint?
 
Back
Top