4

I have a textbox, and I want to set it's value to this:

Equipment: Equipment Name

So I tried to set this at textbox expression value:

"Equipment: " & =Fields!EquipmentName.Value

Altought this doesn't work. How can I concat "Equipment" with an expression?

1 Answer 1

8

You got it almost right. The expression should be:

= "Equipment: " & Fields!EquipmentName.Value
Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.