Advertisement

08.16.2008 at 01:55AM PDT, ID: 23653234 | Points: 500
[x]
Attachment Details

Dropdown menu in ASP from MS Access

Asked by tanpreet in Active Server Pages (ASP), Access Forms, Access Coding/Macros

Tags: , ,

Hi EE

I have written a code in ASP which has a dropdown menu. I want to reference the value chosen from the dropdown menu and insert this value in a table. How can I reference the value chosen from dropdown menu. Please help.
I have attached a part of the code which displays the dropdown menu.

Thank you.

Tanpreet
Start Free Trial
1:
2:
3:
4:
5:
6:
7:
<tr valign="middle" class="tablerowdata" bgcolor="#FAFAFA">
    <td height="21" align="left">&nbsp;&nbsp;Bike Name:</td>
    <td height="21" align="left">&nbsp;&nbsp; 
<select name="txtBike" type="Text" class="tablerowdata" id="txtBike" size="23" onchange="txtDepartment.focus()">
<%call showDropDownList(objConn, objRS, "Bikes")%>
    </td>
  </tr>
[+][-]08.16.2008 at 05:00AM PDT, ID: 22243852

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
 
Loading Advertisement...
20081112-EE-VQP-42 / EE_QW_2_20070628