A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » Using Forms
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

all forms maximized.... help!



 
 
Thread Tools Display Modes
  #1  
Old August 1st, 2007, 12:10 PM posted to microsoft.public.access.forms
mike@work
external usenet poster
 
Posts: 1
Default all forms maximized.... help!

i installed office 2007 and had to import all my old databases before a lot
of the code would run. Now all forms are maximized. if i create a new
database those forms are maximized too and i can find no way of restoring or
minimizing them. i presume its a setting somewhere.
this is driving me nuts and i'm getting no work done. Maybe i should go
back to 2003, please help
  #2  
Old August 1st, 2007, 12:29 PM posted to microsoft.public.access.forms
Allen Browne
external usenet poster
 
Posts: 11,706
Default all forms maximized.... help!

Go to:
Office Button | Access Options | Current Database
and change the setting for Document Window Options to:
Overlapping Windows.

The default is Tabbed Documents.

--
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.

"mike@work" wrote in message
...
i installed office 2007 and had to import all my old databases before a lot
of the code would run. Now all forms are maximized. if i create a new
database those forms are maximized too and i can find no way of restoring
or
minimizing them. i presume its a setting somewhere.
this is driving me nuts and i'm getting no work done. Maybe i should go
back to 2003, please help


  #3  
Old August 1st, 2007, 12:46 PM posted to microsoft.public.access.forms
mike@work[_2_]
external usenet poster
 
Posts: 8
Default all forms maximized.... help!


thank you very much for the prompt reply Allen. I scanned thru those
settings myself but obviously missed it, as all is fine now.

"Allen Browne" wrote:

Go to:
Office Button | Access Options | Current Database
and change the setting for Document Window Options to:
Overlapping Windows.

The default is Tabbed Documents.

--
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.

"mike@work" wrote in message
...
i installed office 2007 and had to import all my old databases before a lot
of the code would run. Now all forms are maximized. if i create a new
database those forms are maximized too and i can find no way of restoring
or
minimizing them. i presume its a setting somewhere.
this is driving me nuts and i'm getting no work done. Maybe i should go
back to 2003, please help



  #4  
Old December 28th, 2007, 10:35 PM posted to microsoft.public.access.forms
Jay
external usenet poster
 
Posts: 704
Default all forms maximized.... help!

Allen,
Do you know how to do this in VBA?
Jay

"Allen Browne" wrote:

Go to:
Office Button | Access Options | Current Database
and change the setting for Document Window Options to:
Overlapping Windows.

The default is Tabbed Documents.

--
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.

"mike@work" wrote in message
...
i installed office 2007 and had to import all my old databases before a lot
of the code would run. Now all forms are maximized. if i create a new
database those forms are maximized too and i can find no way of restoring
or
minimizing them. i presume its a setting somewhere.
this is driving me nuts and i'm getting no work done. Maybe i should go
back to 2003, please help



  #5  
Old December 28th, 2007, 11:54 PM posted to microsoft.public.access.forms
Jay
external usenet poster
 
Posts: 704
Default all forms maximized.... help!

Allen,
Just figured it out!

Application.CurrentDb.Properties("UseMDIMode") = 0 or 1

This seems to work, but you've still got to close then reopen the
CurrentDb. You might find the following helpful:
http://allenbrowne.com/ser-69.html. :-)
Anyway, I've always enjoyed your posts to this forum and elsewhere.

Jay

"jay" wrote:

Allen,
Do you know how to do this in VBA?
Jay

"Allen Browne" wrote:

Go to:
Office Button | Access Options | Current Database
and change the setting for Document Window Options to:
Overlapping Windows.

The default is Tabbed Documents.

--
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.

"mike@work" wrote in message
...
i installed office 2007 and had to import all my old databases before a lot
of the code would run. Now all forms are maximized. if i create a new
database those forms are maximized too and i can find no way of restoring
or
minimizing them. i presume its a setting somewhere.
this is driving me nuts and i'm getting no work done. Maybe i should go
back to 2003, please help



 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 06:40 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.