Splitting titles into additional rows

  • Thread starter Thread starter Jack Sheet
  • Start date Start date
J

Jack Sheet

Hi all
Access 97

I am trying to produce a report in tabular format, with field names in the
report header.
Some of the field names are quite long, comprising several words. Where the
field name is longer than the width of the column assigned to the field I
want to "wrap" the text so that the depth of the title row increases to
accommodate the field name.

How do I achieve this, please?

Thanks
 
Just set the "can grow" properity of the text box, and it will warp and grow
for you....
 
Since the field names are probably label controls, you will have to manually
resize the label controls by clicking on them and then grabbing one of the
handles (little squares) and pulling down until the text fits.

If you have managed to get the field names into textbox controls vice label
controls, you can do as Albert Kallal suggested elsewhere in this thread.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top