Sprinks,
If the first form is maximized, I would expect that the 2nd form would automatically be maximized too, without you needing to explicitly do so in its Open event. This makes me wonder whether there is a Restore method used somewhere in the process?
-- Steve Schapel, Microsoft Access MVP
Sprinks wrote:
[Quoted Text] > From a maximized form, a button opens a 2nd form which is maximized in its > OnOpen event. When it is closed, the first form is no longer maximized, with > the database window visible beneath. > > Adding a DoCmd.Maximize works in the OnActivate event procedure, however, > the DB window is still briefly visible. > > Can anyone tell me how to return to the maximized form? > > Thank you. > Sprinks >
|