Concatenating Fields

  • Thread starter Thread starter Sudhakara.T.P.
  • Start date Start date
S

Sudhakara.T.P.

Hi,
I have 8 fields for an supplier address and when I want to
display these fields in the report with values
concatenated. All these fields are of string type. I used
the following code

<Supp Street1> + ',' + <Supp Street2>+ ',' + etc.. Even I
did set the can grow and can shrink options to yes, but,
the values are not being displayed properly.

Could anyone help me on this.
 
Back
Top