Comments Field

  • Thread starter Thread starter Frank
  • Start date Start date
F

Frank

I'm have a question that seems quite reasonable, but I
can't seem to find the answer. I have a comments field
that corresponds to a date range of data on a report.
Sometimes there are comments and sometimes there are not.
I adjusted the field to allow for three lines of text. If
there is not comments, a huge gap exists between each
entry on my report. How would I make it to where if there
is no comments the results are bunch together, if there
are comments, allow it to adjust for them. I hope this
explains my situation.

Frank
 
Frank said:
I'm have a question that seems quite reasonable, but I
can't seem to find the answer. I have a comments field
that corresponds to a date range of data on a report.
Sometimes there are comments and sometimes there are not.
I adjusted the field to allow for three lines of text. If
there is not comments, a huge gap exists between each
entry on my report. How would I make it to where if there
is no comments the results are bunch together, if there
are comments, allow it to adjust for them. I hope this
explains my situation.

Set both the comments text box and its section's CanGrow and
CanShrink properties to Yes.
 
Back
Top