Modify column widthand row height

  • Thread starter Steve Schroeder
  • Start date
S

Steve Schroeder

How might I modify (programmatically) the column width and row height of a
table that is shown in a subreport/subform on a main form...or can you?

I am creating/recreating a table on the form's open event, then tying in the
table as the source object of the container on the form...but...I need to
adjust the column widths and row heights to fit the data nicely.

Ideas? Thanks...
 
S

Steve Schroeder

Nevermind. Used a form instead and even though the underlying table gets
dropped and recreated, the subform (somehow) retains the datasheet column
and row sizes. Thanks.
 
Top