On Dec 13, 3:37*pm, Roger <lesperan... (AT) natpro (DOT) com> wrote:
Quote:
I'd like to use application.setOption to change the document window
options from 'overlapping windows' to 'tabbed documents'
but online help only provides these options for 'current database'
* Compact on Close
* Remove personal information from file properties on save
* Use Windows-themed Controls on Forms
* Enable Layout View for this database
* Check for truncated number fields
* Picture Property Storage Format
is there a way to change the 'document window options' with VBA ? |
after more digging, it looks like this byte property will do it
currentdb.Properties("UseMDIMode")
1 = overlapping windows
0 = tabbed documents