I think it's a relitivly simple question but does anyone know how to get data from 1 coloumn of an Access database table into a drop down menu in a form?
Collect a recordset for the column using an SQL select statement and then collect the recordset.count value, use this value to then enter a for loop. Before entering the loop output the opening form input tag for the drop down list. Then use this loop to iterate through the different options in the recordset sorround the variables with the <option> tag and then at the end of this loop use the recordset.movenext function to get the loop to collect the next option
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.