I havea combo box. If i select any value , i want to do the following.
Run a sql query that would fetch a value from a table
For example:
If Combo2.Value = "1"
getResult = Run sql query
Run a sql query that would fetch a value from a table
For example:
If Combo2.Value = "1"
getResult = Run sql query
Comment