Avatar

Level 2

Ok, so now I've done that...

specifyvalue.GIF

But is there a way to change that value with another field (ie when a user chooses "red" or "blue" in a dropdown box) so that the concatenated message reflects both the users choice of color and the availibility?

I'm guessing I should probably use an intermediary text box and put

InterText.rawValue = Concat ("We have ', dropdown1, " hats today") in the change event of the available radio button and:

InterText.rawValue = Concat ("We do not have ', dropdown1, " hats today") in the change event of the unavailable radio button.

then concatenate that box in the final textbox.