Hi and thanks for the points.
As fdata says, there isn't any built in way to do this in Access and doing it in code isn't easy (ikke for børn). But it is possible although it will take time to get a working solution.
The example I gave was made based on this link
http://access.mvps.org/access/forms/frm0042.htm it uses the methods in this code to save the position of the form in a local table´. This is just an example.
An idea would to build on this and save the height and width of the form in a table which is local (specific for user). So each user could decide on the position and size of window.
In the link there are two simple examples on how to position forms, but it doesn't show on example on how to size a form. But you could change the code which saves position so it also saves size and also code which positions form to also set size when form is loaded.
That in my opinion isn't so difficult. But if you want to re-scale forms size then look at code in the other link I gave where there is an example if a windows API GetSystemMetrics. This API can be used for many things, for example getting width and height of screen. But your going to have to dig around yourself for information on how to use it.
JUST FELL OVER THIS
http://www.peterssoftware.com/ss.htm