How do I change the "read only" on a picture that I want to renam.

A

Angel

I'm trying to change the name on several pictures but I get the "read only"
and doesn't allow me to make any changes. How can I correct that?

Thank you for your help.
 
W

Wayne Morgan

Are you trying to do this in code in Access? If so, try the Dir, GetAttr,
and SetAttr VBA commands. There is more information in the Help file on
these.

If you're trying to do this from Windows Explorer, select the desired
file(s), right click, choose Properties, and clear the Read Only check box.

If you're trying to do this from a Dos prompt, use the Attrib command. For
more information type Attrib /?.
 
A

Angel

Thank you for your response. thes are pictures that were saved on Windows My
Pictures. Is there a different way of doing so? Once again, thank you for
your help.
 
W

Wayne Morgan

Is there a different way of doing so?

Different way of what? Saving the picture or removing the read-only
attribute?
 
Top