D
DZ
I want to give the user the ability to expand or contract the detail section
so the user can see more records.
Its a continuous form. I tried using the following to contract the detail ,
but the Detail doesn't contract when I Hide or make a control (that is near
the lower end of the Detail section) invisible.
Controls("txtName").ColumnHidden = True
Controls("txtName").Visible = False
Detail.height = 0
It works only when I set the top property to 0 (zero) (Move it out of the way)
Does anyone know a better way to contract te Detail Section
so the user can see more records.
Its a continuous form. I tried using the following to contract the detail ,
but the Detail doesn't contract when I Hide or make a control (that is near
the lower end of the Detail section) invisible.
Controls("txtName").ColumnHidden = True
Controls("txtName").Visible = False
Detail.height = 0
It works only when I set the top property to 0 (zero) (Move it out of the way)
Does anyone know a better way to contract te Detail Section