Setting MS Access 2007 to use Overlapping or Tabbed Document in co

T

Tim Freeman

Hi

Does anyone know how to switch how Access 2007 between these two display
modes in code? Obviously I cannot expect my dearly beloved users to go to the
Access options and do it manually. In fact I would rather not!

If TabbedDocument mode is set then a property of UseMDIMode becomes visible
as currentdb.properties("UseMDIMode") = true or false but if it is not there
I do not seem to be able to easily create it.
 
Top