Ask a Question related to Microsoft Access, Design and Development.

  1. #1

    Default Maximize form

    Can anyone tell me how I enable the form being viewed to
    maximize upon opening it regardless of screen size that I
    have? I have a form in my database and I can't seem to see
    the whole form without having to scroll.

    Thanks
    Phyllis

    Phyllis Guest

  2. Similar Questions and Discussions

    1. Maximize swf in html table
      Hi, I work with swf files created in a non-flash software. I embed these into my website. The site is built up with tables as I would like to...
    2. How can I auto maximize a window?
      When the user first enters my site, I want a pop-up (I know, a bad word) to open and have it maximized so that it fits into the uer's screen. ...
    3. Maximize Form when open
      Hi, When i open my database, the main form is not opening to the full window. I have set a macro to "Maximize" but still its not doing it??? ...
    4. Maximize problem
      Try putting the docmd.maximize in the On Activate Event of the form. up move Has
    5. Maximize IE Window
      This is not really a function of ASP.NET but rather a function of the browser. Open the browser, readjust to the size you want and the hold down...
  3. #2

    Default Re: Maximize form

    In the forms load event put:
    DoCmd.Maximize



    Phyllis wrote:
    > Can anyone tell me how I enable the form being viewed to
    > maximize upon opening it regardless of screen size that I
    > have? I have a form in my database and I can't seem to see
    > the whole form without having to scroll.
    >
    > Thanks
    > Phyllis
    Dave - Freedonia Guest

  4. #3

    Default Re: Maximize form

    Thank you I did that and it works great now! Thanks again
    for the quick response.

    Phyllis
    >-----Original Message-----
    >In the forms load event put:
    >DoCmd.Maximize
    >
    >
    >
    >Phyllis wrote:
    >
    >> Can anyone tell me how I enable the form being viewed to
    >> maximize upon opening it regardless of screen size that
    I
    >> have? I have a form in my database and I can't seem to
    see
    >> the whole form without having to scroll.
    >>
    >> Thanks
    >> Phyllis
    >
    >.
    >
    Phyllis Guest

  5. #4

    Default How can share the form

    Can more than i user able open access form at time. if yes pls tell me how?
    Vikas Pawar Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139