Changing the label on text box

G

Guest

How do you change a Text label based from a Lookup table from another field?
For example.

Label1 : Hello
Label2 : There / You (this is a lookup table)

If a user selects "There" from the lookup table, then Label1 will change to
the word "There". So in the report, it would look like this...

"There : Hello"

And if they select "You", it would look like

"You : Hello" in the report.

Thanks,
Greg
 
G

Guest

Remove the label and use a textbox instead.
Or concatenate the two in the textbox with no label.
 
G

Guest

Thanks! It worked by changing it to a textbox.

KARL DEWEY said:
Remove the label and use a textbox instead.
Or concatenate the two in the textbox with no label.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top