Order Changing
-
Hi All Im trying to create a function. Were if text is selected from the combobox the order of the textboxes will change. E.G 1.txtName 2.txtLastName and a combobox = cbSelect. If i click on any text that is in cbSelect the order of the textboxes will change. eg after click : 2.txtLastName 1.txtName Is there an example that i can follow or any help i will appreciate Thank you
-
Hi All Im trying to create a function. Were if text is selected from the combobox the order of the textboxes will change. E.G 1.txtName 2.txtLastName and a combobox = cbSelect. If i click on any text that is in cbSelect the order of the textboxes will change. eg after click : 2.txtLastName 1.txtName Is there an example that i can follow or any help i will appreciate Thank you
As I understand, you want to change the order of text boxes on combobox selection ?? I don't see a point in changing the text box positions. Well, you might have some specific reason? If not, a simple approach would be to change the name of the labels associated with the textboxes on the combobox selection change.