I'm trying to find an example of a simple form that has one text box, a button (that retrieves from the database) and one
additional field that will populate with information that was retrieved from the database based on the information entered into the text box. I've been unable to find a SIMPLE example of this. It can't be as complicated as it seems. I just want to enter an id, click the button, retrieve data from the database based on the id and display one column of retrieved info on the form. CAN ANYONE HELP ME, PLEASE?