Re: irrational minimize, restore,maximize behavior-how to control
- From: Phil Smith <phil@xxxxxxxxxxx>
- Date: Wed, 15 Nov 2006 11:53:49 -0800
OK. Two things. You realize that it IS opening up the query already maximized? It is certainly easy enough to add that command, and I will try it...
As far as hitting F11: I will try that. Do you know why this is happening though? There is nothing in the code that opens it up that would be responsible, and it is being opened in "normal" window mode. Is this some special feature being activated because it is being opened from AutoExec?
Thanx
Jerry Whittle wrote:
Make your code that opens the query look something like this:.
Dim stDocName As String
stDocName = "Keensie_Crosstab"
DoCmd.OpenQuery stDocName, acNormal, acEdit
DoCmd.Maximize
The DoCmd.Maximize is the trick.
As far as the database window, try pressing the F11 key. Unless someone locked up the database window, the F11 key should bring it to the forefront.
- References:
- irrational minimize, restore,maximize behavior-how to control
- From: Phil Smith
- irrational minimize, restore,maximize behavior-how to control
- Prev by Date: Re: Windows Installer appears when opening Access 2003
- Next by Date: Install Access 2007 concurrent with Access 2003?
- Previous by thread: irrational minimize, restore,maximize behavior-how to control
- Next by thread: Re: Don't have permission to modify
- Index(es):
Relevant Pages
|