On the next page I capture the values okay and then want to query the database for a particular row value (actually I will be making a multiple query, but only one with a called row).
Can I assign a variable to the Select statement and how is this done?
For instance: "SELECT tbl1. [variable] FROM tbl1....."
