I would like to set tabbed documents to false programmatically. How can I do?
Also, I would like to know how can I set all options for access 2007
programmatically.
Thanks for your help,
jcp
This illustrates how to set the global options programmatically:
http://msdn2.microsoft.com/en-us/library/Aa140014(office.10).aspx
And here's some code that lets you set the A2007 options from Access 2003,
including the choice to use MDI mode or tabbed documents:
http://allenbrowne.com/ser-69.html

Signature
Allen Browne - Microsoft MVP. Perth, Western Australia
Tips for Access users - http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.
>I would like to set tabbed documents to false programmatically. How can I
>do?
[quoted text clipped - 3 lines]
> Thanks for your help,
> jcp