>Hi,
>
[quoted text clipped - 9 lines]
>
>swas
swas,
Forms have a width property, form sections have a height property:
Dim test
test = Me.Width
test = Me.FormFooter.Height
test = Me.FormHeader.Height
Note that the result will be in twips:
http://dictionary.reference.com/browse/twip
Regards,
plh

Signature
Where are we going and why am I in this HAND BASKET??
swas - 15 Jul 2007 03:54 GMT
plh,
Yes I understand this for forms within my database. I am trying to fill the
main access window with several forms, and adjust their width to fill the
main Access database window (I'm sure there is a correct name for this
window, but I don't know).
To adjust my forms for this, I need to know
a) What the main window size is, and relative position, and
b) Detect if the main db window is adjusted so the customer view is
maintained.
I can't just use maximise as the maximised form takes the whole screen. If I
use popup the forms are overlapping, and out of whack if the main db window
is adjusted.
Thanks for the response.
swas
> >Hi,
> >
[quoted text clipped - 22 lines]
> Regards,
> plh