Is there an Access or VB function that shows the date of a file (external to the Access .mdb)? I would like to capture the date of a file that was downloaded from another system and imported into Access.
Not sure I follow exactly<br>
Are you wanting the know the Date of an Access file or some other file?<br>
Did you look at the "Dir" function?<br>
The file was imported into Access and is a table now use the "TableDef" function. <p> DougP<br><a href=mailto: dposton@universal1.com> dposton@universal1.com</a><br><a href= > </a><br>
<br>
Use function:<br>
FileDateTime("PathAndFilename"<br>
<br>
You can use this in VBA code or directly as Control Source of a form/report field. <br>
<br>
Good luck,<br>
Al
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.