Access 2007 Registry -> Default save format

R

roswell

Hi,
I need to know where the registry setting is stored for the default save
format for Access 2007, and how to make the default save format Access 2000

Thanks!
 
A

Allen Browne

No need to hack the registry to set the default file format for A2007.

Click:
Office Button (top left)
Access Options (bottom of dialog)
Popular (first on left)
and set:
Default File Format
 
R

roswell

I need to know where is saves that setting in the registry though. I need to
know so I can set this programmatically from my C# application
 
A

Allen Browne

Sorry: I don't know where the reg. setting is.
Perhaps someone else can contribute.

You can set it inside Access with SetOption on "Default File Format"
 
S

Sascha Trowitzsch

Hi,

HKEY_CURRENT_USER\Software\Microsoft\Office\12.0\Access\Settings\
Key (reg_sz): Default Database Directory

Sascha
 
T

Tony Toews [MVP]

roswell said:
thank you

To find such settings in the future use the Access interface to save a
known path. Then use regedit to search through the registry for the
known path.

Tony
--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
Tony's Microsoft Access Blog - http://msmvps.com/blogs/access/
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top