Hi:
I have designed a single form in ASP/HTML that already has a submit button, which does its function (insert data into DB and display entered data on screen) Now, I need to put an additional button – a query button, which will have another user form to fill out and submit it as a query to the database. Since I am not a great programmer – there may be better method – I am at least looking for a way to have a button, other than submit, once clicked, goto another page (which will have the query form). This should be simple, but I am not familiar with this. Please help me. Thanks!