M
Mark Andrews
I am collecting data, example:
record1: "this is a short sentence"
record2: "this is a longer sentence that will need to wrap when
displayed..."
record3: "another short sentence"
I would like to display them on a continous form with the text field above
and a few buttons (on each row)
However I would like each row to grow to the appropriate size to display the
text.
So the user would see three rows and the middle one would have a larger row
height than the other two.
The buttons on the form would allow the user to open the record, and do
other operations
Note: I'm trying to simplify what is needed a bit.
I'm having a brain fart today, and can't figure out a good way to display
records that have various sizes (and I want the entire text to be shown).
Access2007, can't use any third party controls.
I tried the CanGrow property.
Any help is appreciated,
Mark
record1: "this is a short sentence"
record2: "this is a longer sentence that will need to wrap when
displayed..."
record3: "another short sentence"
I would like to display them on a continous form with the text field above
and a few buttons (on each row)
However I would like each row to grow to the appropriate size to display the
text.
So the user would see three rows and the middle one would have a larger row
height than the other two.
The buttons on the form would allow the user to open the record, and do
other operations
Note: I'm trying to simplify what is needed a bit.
I'm having a brain fart today, and can't figure out a good way to display
records that have various sizes (and I want the entire text to be shown).
Access2007, can't use any third party controls.
I tried the CanGrow property.
Any help is appreciated,
Mark