Expand my Community achievements bar.

Select a value from a hidden subform

Avatar

Level 4

I am not sure as to how to explain this:

I have request to have a chart appear - customer will read the chart - customer selects a value from the chart - value appears in a textbox on the form.

How do I go about making this happen? I am not sure if it should be a hidden subform or not. Are we able to post forms in the forum?

Sort of a new to the hidden subform process, how do I go about that?

I really need to be pointed in the right direction.

Thanks

1 Reply

Avatar

Level 10

You can assign the value to the text box by setting the rawValue property. TextBox1.rawValue = <selected Chart Value>.

Currently the form attachments are disbled in the forum.

Thanks

Srini