I am printing a report where it needs to look like a report that already exist. I can have the report look like a spreadsheet, that is not a problem.
Here is the problem:
One of the fields is textbox which I have set to "can grow" because I don't want to cut off the information, but this causes this textbox to grow taller and the other textboxes of that record remain the same size, causing an ugly looking report.
Is there a way in vba, or another way, that I can make the other textboxes grow if that particuliar textbox grows?
Here is the problem:
One of the fields is textbox which I have set to "can grow" because I don't want to cut off the information, but this causes this textbox to grow taller and the other textboxes of that record remain the same size, causing an ugly looking report.
Is there a way in vba, or another way, that I can make the other textboxes grow if that particuliar textbox grows?