C
Chris
I have a detail table with a memo field. This table's
records are presented to the user via a "continuous
record" subform. I would love it if for each record I
could automatically "grow" the height of the memo field's
text box to show all the data within the field (within a
certain limit just to keep things manageable). Ideally,
I'd do this for all rows within view but I don't think
that is possible, so at least I'd "grow" the text box
based on the record that has focus. Any ideas? I'm sure
there's some kind of equation to do this (length of string
factored into width of text box, etc.) but math just isn't
my strong suit. Any ideas?
records are presented to the user via a "continuous
record" subform. I would love it if for each record I
could automatically "grow" the height of the memo field's
text box to show all the data within the field (within a
certain limit just to keep things manageable). Ideally,
I'd do this for all rows within view but I don't think
that is possible, so at least I'd "grow" the text box
based on the record that has focus. Any ideas? I'm sure
there's some kind of equation to do this (length of string
factored into width of text box, etc.) but math just isn't
my strong suit. Any ideas?