Can Grow

  • Thread starter Thread starter SMERTZ
  • Start date Start date
S

SMERTZ

How can I make a notes field in a report based on a query automatically grow
to allow all notes to fit into a report? Currently the report cuts off the
notes field based on how I adjust the field in report designer. I have set
the can grow option to "Yes" but does not seem to matter.
 
SMERTZ said:
How can I make a notes field in a report based on a query automatically grow
to allow all notes to fit into a report? Currently the report cuts off the
notes field based on how I adjust the field in report designer. I have set
the can grow option to "Yes" but does not seem to matter.

You also need to set CanGrow for the report section to Yes.
 
When you say section, I assume you mean the "Detail" section as that is
where the field is. IF so I did that and still get the same results.
 
SMERTZ said:
How can I make a notes field in a report based on a query automatically grow
to allow all notes to fit into a report? Currently the report cuts off the
notes field based on how I adjust the field in report designer. I have set
the can grow option to "Yes" but does not seem to matter.


If your report is based on data from a table, make the field containing your notes a "memo field" In the design view of the report, right-click on the control-source box and type yes in the can grow option.

Let me know if this helps.
 
SMERTZ said:
When you say section, I assume you mean the "Detail" section as that is where
the field is. IF so I did that and still get the same results.

So if you set the vertical size of the TextBox to zero you see nothing in the
resulting report?

This is a TextBox you are using right?
 
No, this is a memo field


Rick Brandt said:
So if you set the vertical size of the TextBox to zero you see nothing in
the resulting report?

This is a TextBox you are using right?
 
Both the field properties of the memo field placed on the report, and the
detail section of the report have "Can Grow" set to yes, and it still does
not grow to allow all notes to fit in the printed report.
 
SMERTZ said:
No, this is a memo field

I wasn't asking about the DataType. I was asking about the kind of
*control* you are using on the report to display the field.
 
SMERTZ said:
Both the field properties of the memo field placed on the report, and
the detail section of the report have "Can Grow" set to yes, and it
still does not grow to allow all notes to fit in the printed report.

Are you sure the issue is "growing/shrinking" and not truncation?
Truncation of memeo fields can be caused by several things as well (applying
formatting, grouping in the query, etc.).
 

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