Neither. I want the table to expand, but not past the boundaries of its
'container.' By container I just mean the subform that it's wrapped in
that I set to be a certain height on the form. The table itself I cannot
limit by row count because I don't know how many rows it will take to
fill up the space I set for the subform, because cells are expandable.
Therefore any single row may take up only 1 line, or 10 lines if there
is a lot of text in it. If all the rows were only 1 line, of course I
co...