Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
pgill
Starting Member
17 Posts |
Posted - 2007-11-30 : 11:22:38
|
I moved an Access 97 database from a peer network to a domain. now when I open the database on the domain I get a message that the database is read only and no changes will be saved. The strange thing though is that I can enter data and it is saved. Does any one know the cause of this message poping up? |
|
Hommer
Aged Yak Warrior
808 Posts |
Posted - 2007-12-03 : 13:27:03
|
There are a lot of settings within the old db that will prevent you from changing it. Entring new data is not considered as changing the db.To get rid of the old settings, your best bet is to create a new empty db, then bring in the tables, forms, and other objects from the older one. |
 |
|
|
|
|