Connecting Tech Pros Worldwide Forums | Help | Site Map

Access 2000 Having Boxes BOTH Minimized and Maximized at the same time

cbielich
Guest
 
Posts: n/a
#1: Nov 12 '05
Here is my question. You know in Access 2000 if you Maximize a box all
other boxes that are opened from that point on will be maximized if
otherwise specified. What I want to be able to do is have a main from
in access continually maximized while all other boxes from that point
on Minimized. Is this possible

C

MGFoster
Guest
 
Posts: n/a
#2: Nov 12 '05

re: Access 2000 Having Boxes BOTH Minimized and Maximized at the same time


cbielich wrote:
[color=blue]
> Here is my question. You know in Access 2000 if you Maximize a box all
> other boxes that are opened from that point on will be maximized if
> otherwise specified. What I want to be able to do is have a main from
> in access continually maximized while all other boxes from that point
> on Minimized. Is this possible
>
> C[/color]

You'll have to open them in Dialog mode. Real PITA, IMNHO.

--
MGFoster:::mgf
Oakland, CA (USA)

Cesar BIelich
Guest
 
Posts: n/a
#3: Nov 12 '05

re: Access 2000 Having Boxes BOTH Minimized and Maximized at the same time


That still did not work, it still does it. I made the main form
maximized and set the other form to dialog and when I opened them from
the main form, they opend maximized. Any other suggestions?

C

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
Rick Brandt
Guest
 
Posts: n/a
#4: Nov 12 '05

re: Access 2000 Having Boxes BOTH Minimized and Maximized at the same time


"Cesar BIelich" <cbielich@yahoo.com> wrote in message
news:3fcfdaf9$0$88386$75868355@news.frii.net...[color=blue]
> That still did not work, it still does it. I made the main form
> maximized and set the other form to dialog and when I opened them from
> the main form, they opend maximized. Any other suggestions?[/color]

Actually its the Popup property you want for that.


--
I don't check the Email account attached
to this message. Send instead to...
RBrandt at Hunter dot com


Cesar BIelich
Guest
 
Posts: n/a
#5: Nov 12 '05

re: Access 2000 Having Boxes BOTH Minimized and Maximized at the same time




Thanks that was it

C

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
MGFoster
Guest
 
Posts: n/a
#6: Nov 12 '05

re: Access 2000 Having Boxes BOTH Minimized and Maximized at the same time


Cesar BIelich wrote:
[color=blue]
>
> Thanks that was it
>
> C
>
> *** Sent via Developersdex http://www.developersdex.com ***
> Don't just participate in USENET...get rewarded for it![/color]

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

I meant:

DoCmd.OpenForm "myForm", WindowMode:=acDialog

will open a form in its design size when all other windows are
Maximized.

- --
MGFoster:::mgf
Oakland, CA (USA)
-----BEGIN PGP SIGNATURE-----
Version: PGP for Personal Privacy 5.0
Charset: noconv

iQA/AwUBP9DaEoechKqOuFEgEQJPXACg+DQs8mNBn3FYzvgVau2W6o Ru3vQAoL92
wWzUKxyj6BvKgR8JxGTb2muC
=kcOh
-----END PGP SIGNATURE-----

Closed Thread