Access: text is truncated when displaying a text field with Can Grow = Yes in the report

I have two text fields located one above the other in the details pane of the Access 2010 report. Both of them are Can Growset to Yes, like the part pane itself.

When both text fields had to grow to accommodate their contents, and the text in the lower text field is long, its text is truncated. How can I address this issue?

+3
source share
3 answers

Yes, this is a known mistake. It is based on font and printer. Another user claimed that switching to Arial fixes the problem . His problem was the Calibri font , and mine was the Tahoma font .

My experience was that it also depended on the printer, as my client received this error with one printer, but not with another, using the same computer.

Switching to Arial font worked for both of us. With the exception of the tests already mentioned here, there is no list in which I can find which fonts are errors and which ones work.

+4
source

Is the format of your text fields a random value Rich Text?

, . , , . , , PlainText (.. ControlSource =PlainText([field])),

, , - , .

+2

, : , , .. .

:

  • .

  • " " .

  • "" " ".

  • In the Column Size section, click the Same as Details box.

0
source

All Articles