Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
cwtriguns2002
Constraint Violating Yak Guru
272 Posts |
Posted - 2007-03-22 : 21:44:50
|
Hi. How could I concatenate a string and the value of the field in the textbox? I mean, suppose I have a textbox that contain a value for userID. =Fields!userID.Value. I tried to do this...'User ID' + =Fields!userID.Value but it simply print out the codes. Any thoughts please.Thanks-Ron- |
|
cwtriguns2002
Constraint Violating Yak Guru
272 Posts |
Posted - 2007-03-23 : 05:37:46
|
Answer is : ="User ID" & Fields!userID.Value:P-Ron- |
|
|
|
|
|