Read Only

  • Thread starter Thread starter 1aae
  • Start date Start date
1

1aae

Thank You
Read Only?
Is there any way in access2002 to change the file properties (Data base
file) to deselect read only..
because some operating system like win98 when copy and paste the data base
from CD Rom you must change the file properties (Read Only).
How can do that by code?
 
VBA has a SetAttr statement that lets you control file attributes. However,
I don't believe you can change the attributes of the MDB that's running.
 
Back
Top