Table type report problem

G

Gijs van Swaaij

I have a report which shows a bunch of adresses. Basically, the text
fields all have solid 1px borders, and there is no space between them,
so that the layout resembles a table. Now I want to be able to set the
Can Grow property of the text fields to true, because some names don't
fit in the fields. However, when I do that, only the bottom border of
that one column drops, whereas the borders of the other columns stay
the same. So the table looks like this:

+--------+--------+
| long | info |
| name |--------+
+--------+--------+
| name2 | info2 |
+--------+--------+

Is there a way to prevent this?

Thanks,
Gijs van Swaaij
 
G

Gijs van Swaaij

Thanks a lot for the quick reply! I have downloaded his solution, and I
will try to implement it in my database.

Regards,
Gijs van Swaaij
 

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

Top