OK.
I am using Visual Web Developer 2005 Express, I am using
VB.NET for the programming language, and Access for the database.
Here is an overview of what I am trying to do :
I have an access database with 13 different columns, the first column has names that identify the other 12 columns and is the primary key.
I have the primary key displayed in a drop down menu.
I want to populate 12 text boxes with the values of the 12 columns in the database, but I want them populated according to what is selected in the drop down menu. Text boxes are necessary because the part of the equation that they control may be different from the values I have stored in the database.
I am an extreme newbie at databases and sql, can anyone help me here?