jamaarneen
Programmer
Hi
It seems to be simple, but I would like somebody to tell me: how can i get the height of current form (not the detail section)? I only see a "width" property" for the form, but no height.
(What I am trying to achieve, is to resize the form after clicking a button, so more controls/textboxes will be visible. i want to usy the DoCmd.MoveSize, and make NewSize=OldSize+SomeControl(s)Height)
Thanks
Ja