Created
July 9, 2012 16:48
-
-
Save tinaarnoldi/3077545 to your computer and use it in GitHub Desktop.
SQL Grantedge Combine Fields into 1 TextBox Expression
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
=Fields!FundNumber.Value & " " & Fields!FundName.Value |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Rather than having a text box for fund number and another for fund name, this expression will combine the two into one text box with a space in between.