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

Database Startup Options

Status
Not open for further replies.

Muzzy

Programmer
Dec 14, 2001
68
GB
My database sits on a citrix server and is accessed by several users. Each time they access this the default options change. I don't want to get any query messages whatsoever append or whatever as I trap any errors myself. Any suggestions?

Cheers

Muzzy
 
You can add an autoexec macro and add the line "SetWarnings" to No. This will turn all warnings of all kinds off, every time you open the database.

Of course this has its own dangers. The most annoying for me is that whenever I edit a form or report (or whatever), instead of ASKING me to save, it simply ASSUMES I want to save changes. --
Find common answers using Google Groups:

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top