Friday, March 9, 2012

How to concatenate two fields in a textbox one integer and other charecter field

I have the folliwing two fields, want tp concatenate:

=Fields!sequenceno.Value & =Fields!LogType.Value

Thank you very much for the information.

Convert the integer to a varchar explicitly.

Adamus

|||

Remove the second equals sign.

=Fields!sequenceno.Value & Fields!LogType.Value

No comments:

Post a Comment