Changing Display of Text Box

J

JLE

I am trying to display information within a text box that is based on
selections made in two drop down boxes. The goal is to have the information
change based on the selections made from the drop down boxes.

Any ideas?

Thanks!
 
D

David Airapetyan

What is the exact effect you're trying to achieve? For example, if you just
wanted to display the selection of each dropdown as text, you could use the
contact function. Suppose your dropdowns are called field1 and field2,
respectively, and the textbox is field3. Use the "Fx" button (formula) in the
properties of field3 to set its value, insert the "concat" function then
specify field1 and field2 as its parameters (you can remove the third
parameter). Or you could put some text (space, dash…) between the two fields
using the same very concat().
 

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