Re: Auto resize forms



If you want to do this, you are probably ready to buy the MS Access
Developers Handbook, by Ken Getz et al, published by Sybex. From memory, it
is chapter 8 that contains this code.

Before you do this, though, you might like to reconsider whether it is a
good idea. I for one absolutely hate software that assumes if I have big
screen that it ought to use all that space. The reason I bought a large
screen is so I could see lots of things at once, not so some idiot
programmer could consume the whole thing with his application.

--
Allen Browne - Microsoft MVP. Perth, Western Australia.
Tips for Access users - http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.

"SuperSlueth" <np121@xxxxxxxxxxx> wrote in message
news:0de0v111cjl8upmvata994lt6pguuklev9@xxxxxxxxxx
I have several users who have different screen resolutions.

Is there anyway in VBA to resize the forms automatically on opening
according to the screen resolution


.



Relevant Pages

  • Re: Access 2002 Developers Handbook -buy now or wait
    ... You might get in touch with Sybex to learn if Getz et al have a book ... You could also try tracking down Ken Getz I think ... I'm set to invest in Access 2002 Developers Handbook but am ...
    (microsoft.public.access.gettingstarted)
  • Re: Not setting database objects correctly
    ... Thanks - I have Ken Getz VBA handbook, not Access Developers Handbook. ... Can someone please explain the reason METHOD2 results in the ... >>> Sub CountRecords() ...
    (microsoft.public.access.modulesdaovba)