how to display multiple values

RunLikeaRiver

Registered User.
Local time
Tomorrow, 02:04
Joined
Oct 27, 2005
Messages
18
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.
 
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.
 
yeah it has to be a textbox.
 
Makes it much more difficult.

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

Users who are viewing this thread

Back
Top Bottom