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

How to alter default path in acc 97 menu\tools\options with vba?

Status
Not open for further replies.

Werneck

Technical User
Joined
Aug 5, 2003
Messages
36
Location
BR

How to alter the default path string in acc 97 menu\tools\options with vba SetOption?

Application.SetOption "Acc97OptionName", "NewPath"

What's the name of this option?

Thanks
 
These options are listed in the Access Help under Set Options from Visual Basic. The one you want is called "Default Database Directory".
 
JiqJaq

Great! It worked!

You see, I'm using acc97 in a foreign language where the options names listed in the Access Help on that language do not work!

If its possible, could some one paste that page "Set Options from Visual Basic" in English.

Thank you
Cesar Werneck
CesarWerneck@terra.com.br
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top