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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to disable 'Database is read-only' message

Status
Not open for further replies.

keimpe

Programmer
Oct 1, 2002
23
0
0
NL
Hi everyone,

I am running a database from CD-ROM. Every time I start it, I get a message saying that the database is read-only and that I cannot make any changes.

Is there a way to keep this message from coming up?

Thank you!
Keimpe Wiersma
 
Application.DisplayAlerts = False Bastien

There are many ways to skin this cat,
but it still tastes like chicken
 
Hi Bastien,

Thank you for your reply!

Where do I put that code?

Greetings,
Keimpe
 
on start up on the db...
also turn it off when ending the db Bastien

There are many ways to skin this cat,
but it still tastes like chicken
 
Hi Bastien,

I'm afraid that 'Application.DisplayAlerts' is an Excel command, because it doesn't work in Access, even when I make a reference to Excel.

Did you get it to work in Access? And if so, what references do you have in your modules?

Greetings,
Keimpe
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top