Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Remove "read-only" message on db startup

Status
Not open for further replies.

Wrathchild

Technical User
Joined
Aug 24, 2001
Messages
303
Location
US
I have a database that is on a server and the end-users have only read permission to it. The db is NOT read-only itself, so I'm trying to figure out a way to stop that "The database 'xxx' is read-only" message from appearing.
 
One way is to create a shortcut similar to the one below for each user. Check the path to Access to verify it agrees with your installation. And note that I'm using this with an Access Project - .adp - which you'll probably need to change to .mdb.

"C:\Program Files\Microsoft Office\Office\Msaccess.exe" M:\Shareall\Dbases\MGR_ToolBox.adp /runtime

This is documented in a thread here. Post back if you need me to find it for you.



HTH,
Bob [morning]
 
think I might just need to make a .mde file...trying it now
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top