I have a split form that I use the form header with some buttons for the user to navigate through the database. The detail part of the form is not visible. So when the user opens this form up it shows the header with the buttons at the top and then below it is the datasheet. I would like to know if there is some kind of word wrap feature for the datasheet. The datasheet has fields consists of regular short text, long text, and one drop down list or combo box. The long text are the ones that contain a large amount of data and the row height is not large enough to see all of it. I would like this datasheet to increase the row height automatically so I don't have to change it myself manually. I thought the property that would handle this is the "Can Grow" and "Can Shrink" properties but I could not get it to work. Anyone know how to solve my problem?
Thanks.