chrisdev wrote:
Quote:
can I open a form (maximised) and set detail height to be small? I set
form to be "single form" and detail occupies more than half the window
(although only one field will be displayed and rest of detail is
empty) and footer is displayed at the end form.
e.g.
Me.Detail.Height = 300 |
No. The height of the detail is whatever is left over after
the form's header and footer heights are subtracted from the
form's current height. The form's height can be changed by
maximize, restore, dragging the border and setting the
InsideHeight property).
--
Marsh