A Anonymous Guest May 6, 2004 #1 How to put a drop down list in a cell of a table? the items from the drop down list is from the database. :help:
How to put a drop down list in a cell of a table? the items from the drop down list is from the database. :help:
A Anonymous Guest May 6, 2004 #2 The same way you put a drop-down list anywhere else. http://www.w3schools.com/html/html_forms.asp For each record you retrieve, simply create a new <option> within the <select>.
The same way you put a drop-down list anywhere else. http://www.w3schools.com/html/html_forms.asp For each record you retrieve, simply create a new <option> within the <select>.