Thanks for your response. Unfortunately I don't think that I have explained my problem very well. So here goes for a second try.
I would like to define the text in a label based on the result of a control on a form so for example, if [Control A] = New York then I would have I like New York as text on my label. I have tried entering the following in the caption property of the label
"I Like"&"[Control A]" which results in the following label text;
I Like [Control A]
Ok. I guess you are setting this as the Control Source of some other textbox, so try:
[tt]="I Like " & [Control A][/tt]
If you are referring to the contents of a control or variable, you do not use quotes.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.