B
Bill B
I have a report that's based on two tables, Tasks and Assignments, where
each task can have many assignments. I want to be able to show the
assignment data in each record but I only want to show the task data in the
first record for each Task. So I set the Task fields to hide dupilcates and
off I go. The problem is that one of the task fields is a Name field that
can easily exceed the with of the text box I've given it. So, wanting to
wrap the text, I set the Name text box and detail section to CanGrow. But
the problem is that a) this causes a gap between the first and second record
(ideally, the Name text should just fill down into the area for the second
and third Assignment records) and b) this appears to be unreliable in that
the Name field wraps sometimes and not others, words or parts of words are
duplicated in the wrapped text, and sometimes the Name does not print at
all.
Is there some way to accomplish this? I thought about subreports but I need
totals in the main report and the subreports would have to be sorted (I have
written code that sets up sort levels in the main report at runtime by
changing summary level data sources).
Does this make sense?
Bill B
each task can have many assignments. I want to be able to show the
assignment data in each record but I only want to show the task data in the
first record for each Task. So I set the Task fields to hide dupilcates and
off I go. The problem is that one of the task fields is a Name field that
can easily exceed the with of the text box I've given it. So, wanting to
wrap the text, I set the Name text box and detail section to CanGrow. But
the problem is that a) this causes a gap between the first and second record
(ideally, the Name text should just fill down into the area for the second
and third Assignment records) and b) this appears to be unreliable in that
the Name field wraps sometimes and not others, words or parts of words are
duplicated in the wrapped text, and sometimes the Name does not print at
all.
Is there some way to accomplish this? I thought about subreports but I need
totals in the main report and the subreports would have to be sorted (I have
written code that sets up sort levels in the main report at runtime by
changing summary level data sources).
Does this make sense?
Bill B