Kemidan2014
Board Regular
- Joined
- Apr 4, 2022
- Messages
- 229
- Office Version
- 365
- Platform
- Windows
On the front page of my front end I wanted to include an unbound text box that displayed the last date modified of a linked excel file.
Currently I am using "FileDateTime("File path here")" in the Default Value property of the unbound box and set it as a locked box but the result is "#Name?"
I guess this type function can not be used as a default value? where else could i put this function so that the box outputs the date? would i really need to set up a query just to get this piece of information?
Currently I am using "FileDateTime("File path here")" in the Default Value property of the unbound box and set it as a locked box but the result is "#Name?"
I guess this type function can not be used as a default value? where else could i put this function so that the box outputs the date? would i really need to set up a query just to get this piece of information?