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

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • cbielich

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

    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

    #2
    Re: Access 2000 Having Boxes BOTH Minimized and Maximized at thesame 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)

    Comment

    • Cesar BIelich

      #3
      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!

      Comment

      • Rick Brandt

        #4
        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


        Comment

        • Cesar BIelich

          #5
          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!

          Comment

          • MGFoster

            #6
            Re: Access 2000 Having Boxes BOTH Minimized and Maximized at thesame 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:=acD ialog

            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/AwUBP9DaEoechKq OuFEgEQJPXACg+D Qs8mNBn3FYzvgVa u2W6oRu3vQAoL92
            wWzUKxyj6BvKgR8 JxGTb2muC
            =kcOh
            -----END PGP SIGNATURE-----

            Comment

            Working...