Hello!!!<br><br>I have an Access Database and a form I had created to do some queries on the data. One of the things I do is when the user clicks to open a dropdown box it executes some code in VBA to compose a SQL statement and search for all values stored in the field that this dropdown box will contain. Now I need to put this database on the web and I&#39;m using the perl module DBD::ODBC that works very fine in order to access the Access database tables.
<br><br>I had put a html &quot;form&quot; tag with a &quot;select&quot; tag that I want to work the same way the dropdown box works in the Access form. What I&#39;m in doubt is if there is a way of executing a script (with the form&#39;s action method) every time a &quot;select&quot; (dropdown) box is open to load into it all the values from the field in the database. Usually when a script is executed it loads the results into another page (or a new window) but in this case the values should go into a component without loading some other page.
<br><br>I don&#39;t know if doing it using Javascript is possible but I&#39;d like some hints of other kinds of technology I should learn like JSP or Servlets, whatever could make this SQL query works the way I described.
<br><br>Thanks!!!<br clear="all"><br>-- <br>Henrique