Hi i need a code that will show the Value of ComboBox2 even if i change or Edit the value in ComboBox2 to my TextBox1..
ComboBox2 Value is auto Generated from Cascading (ComboBox1) but there are times that i need to Directly Edit or change the value of ComboBox2... and if i do so.. my Textbox1 which is linked to ComboBox2 becomes empty
please help me write code that will get the value of ComboBox2 to TextBox1 after any revision made in ComboBox2..Thanks
My current code is:
TextBox2.Text = ComboBox3.Value
ComboBox2 Value is auto Generated from Cascading (ComboBox1) but there are times that i need to Directly Edit or change the value of ComboBox2... and if i do so.. my Textbox1 which is linked to ComboBox2 becomes empty
please help me write code that will get the value of ComboBox2 to TextBox1 after any revision made in ComboBox2..Thanks
My current code is:
TextBox2.Text = ComboBox3.Value