FileDateTime function error

K

Klatuu

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
 
J

Jim

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?
 

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

Top