Is there anyway to use this in an expression. I am creating a dynamic list and one of the fields is a concatentate of a string and an int.
the query would look something like this:
SELECT Name + ' ' + CAST(Round AS varchar(10)) AS RoundName
I finally figured out how to do concatenates but now I am stumped again on this one.
Thx again
Matt