I have an excel file in the same folder as my access db that i use as a template that is poulated from within the system. Is there any way to set a property that the file must remain in that folder and/or cannot be deleted by the user.
Printable View
I have an excel file in the same folder as my access db that i use as a template that is poulated from within the system. Is there any way to set a property that the file must remain in that folder and/or cannot be deleted by the user.
mark the attribute as read-only. I believe the command from the DOS line is something like:
ATTRIB filename.ext -r