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

Application.Setoption

Status
Not open for further replies.

MrM121

Programmer
Aug 21, 2003
83
GB
Can anyone tell me how I can set the options of the database, without them affecting all of Microsoft Access - I want the code to only affect the settings of the current database file.

Thanks,

Nick
 
You can't do it using SetOption.

Some settings (especially those that control Jet) can be set in a "user profile". See User Profiles in the help file.

Other than that, there may be a workaround. Which specific options do you need to control?

Rick Sprague
Want the best answers? See faq181-2886
To write a program from scratch, first create the universe. - Paraphrased from Albert Einstein
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top