If I want to run a sql query from a dropdown list that says a number, in this case a employee id, and I want the result to show in a textbox. How do I implement it?
I have the the sql query (Is a SUM query so itr only return one answer) ready but I dont know how to return the value to show up in a textbox.
- Tom
I have the the sql query (Is a SUM query so itr only return one answer) ready but I dont know how to return the value to show up in a textbox.
- Tom