Avatar

Level 5

Hi All.

In my form I have ComboBox and Table1:

Header1Header2
Content1Content2
Content12Content22

And I would like if ComboBox selected value = AAA so in Table1 Header1 and Content1 will change value to AAA_Header and AAA_Content.

If ComboBox selected value = BBB so in Table1 Header1 and Content1 will change value to BBB_Header and BBB_Content.

If is it possible how it to do? I will appreciate for sample.

Thanks.