View Full Version : how to display multiple values


RunLikeaRiver
10-27-2005, 02:06 AM
HI all

how to display multiple values of a column(of a DB Table) in a text box in the report.
The size of the text box shud be dynamic as the no of values in a column may change.

richary
10-27-2005, 02:25 AM
Does it have to be a text box?
You could use a small subreport containing the fields you want. Make sure the subreports CanGrow and CanShrink properties are set to True.

RunLikeaRiver
10-27-2005, 02:37 AM
yeah it has to be a textbox.

richary
10-27-2005, 06:48 AM
Makes it much more difficult.

Depending upon the complexity of what you want to display, you could use DLookup() or similar function.