2014-06-01 14:42:06 UTC
I have a MS Access database with a report that makes badges out of the data stored in a database.
There is a text box for Name, Institution and Function. What is happening currently: whenever a Name / Institution name or Function name is longer than x characters, the text is cut off at the end of the text box. I want the respective text boxes to expand in size (e.g. a new text line is created under the first one, and text boxes below the text box that needs more space automatically move down). Is there any way to do this without just moving the text boxes further away from each other and having a huge space between the text boxes?
Visual:
Tom Smith
University of Amsterdam, F| (text cut off)
Guestspeaker
to:
Tom Smith
University of Amsterdam,
Faculty of Law
Guestspeaker
Thanks in advance.