How to have info. displayed after selecting from a drop down menu?

L

lisabear00

I am trying to have it so that when you select an item from a drop down menu,
beside it it will display what comes with that option. Is there any way to
do this?

ex. drop down menu options = 1,2,3
if you select 2 ... beside the 2 it should say "comes with a and b".

I hope this makes sense and someone can help me! Thanks!
 
C

Clay Fox

You just need a list that has the relationships.
ID Descr
1 Comes with one
2 comes with a and b
3 Full Meal Deal

Then have a rule on the dropdown that sets the text box to descr where id =
dropdown field.
Use the filter button when selecting the field.
 
Top