thumbelina
Programmer
I have a form for updating employee information. The employee names are listed in a dropdown box so that you can pick out a name, then there is a command button that lets you retrive the information that's stored on the name that you picked and display it in the text boxes on the form. Then I have a submit button that will let you make changes to these text boxes and save the changes. I'm worried that hitting one button that will run both pieces of code, because I have been putting the code right in with the html. I don't have any code to post because I'm not sure where to start, but If I can solve the problem with the 2 buttons I can figure out the queries. Thanks