copy mdb to CD, then copy to another computer and can not change i

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I copied my database to a CD, took it to another computer, copied to the hard
drive, and the mdb opened and I can not make changes to it. Any answers
would be appreciated.
Bob
 
Bob said:
I copied my database to a CD, took it to another computer, copied to
the hard drive, and the mdb opened and I can not make changes to it.
Any answers would be appreciated.
Bob

Files copied to a CD are marked as read only. Once you have it copied
onto the other computer you can change that setting for that MDB file
 
I copied my database to a CD, took it to another computer, copied to the hard
drive, and the mdb opened and I can not make changes to it. Any answers
would be appreciated.
Bob

On the second computer, find the file in Windows Explorer or My
Computer; right mouseclick on the file name and select Properties.
Uncheck the "Read Only" checkbox.

Copying a file to CD marks it read-only (because that's a limitation
of the medium) and copying it back to hard disk does not undo that
change; you must do so yourself.

John W. Vinson[MVP]
 
"Bob S." wrote
I copied my database to a CD, took it
to another computer, copied to the hard
drive, and the mdb opened and I can not
make changes to it. Any answers
would be appreciated.

In Explorer, right-click the file, choose Properties, then uncheck
Read-Only. When the file is written to CD, the Read-Only property is
automatically set. It isn't automatically reset when the file is copied from
CD back to a hard drive, so you must reset it.
 
Bob S. said:
I copied my database to a CD, took it to another computer, copied to the hard
drive, and the mdb opened and I can not make changes to it. Any answers
would be appreciated.
Bob
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top