so i have a ComboBox(ComboBox1) and from this ComboBox I would put a SO#(SalesOrder#) and click on an update button, when i click on this, the following fields would fill up according to the SO#(SalesOrder#) : TextBox1, ComboBox2, TextBox2, TextBox8, ComboBox5, TextBox4, TextBox5, ComboBox3, ComboBox4, ComboBox6, and TextBox7.
The Data needed are on the worksheet: Orders Database The Data for SO#(SalesOrder#) is on column A and are arranged according to the input above.
I don't have a sample code yet since i still have no idea on how to do this
so basically, i want to fill up the Other Fields according to the SO# field(ComboBox1) and use it as a searchbox for my database.