I have a form in which are two dependent dropdown lists, when you choose option from the first, it reloads page and populates other list box, so the form tag is:
<FORM action="samepage.asp" method=POST id=frmL name=frmL>
What I need is that the lists remain dependent and populated from access db, but also, after clicking on "Search" button - to search database. What do I need to add in code ? Any kind of help would be great !
<FORM action="samepage.asp" method=POST id=frmL name=frmL>
What I need is that the lists remain dependent and populated from access db, but also, after clicking on "Search" button - to search database. What do I need to add in code ? Any kind of help would be great !