C
CDM
I have a subform that displays rows of data for a single client. the subform
is bound to a local table. When I select a new client on the main form, the
local table is populated with the new client's data and the subform is
requeried. My problem is that I would like to shrink or expand the subform
container depending on the number of rows in the table. I can get a record
count, but I don't know how to reference the container. I'm assuming the
property to adjust is 'insideheight'?
Thanks in advance for your help.
is bound to a local table. When I select a new client on the main form, the
local table is populated with the new client's data and the subform is
requeried. My problem is that I would like to shrink or expand the subform
container depending on the number of rows in the table. I can get a record
count, but I don't know how to reference the container. I'm assuming the
property to adjust is 'insideheight'?
Thanks in advance for your help.