I have created a query via the database results wizard in FP to obtain data from Access. One of the search criteria is for the field "City"---- I already have a data table in Access for storing a list of cities. How can I change the free text box (create by FP DB results wizard, code below for this form field) into a drop-down list box (preferably generated from the Access data table)?
<input TYPE="TEXT" NAME="City" VALUE="<%=Request("City"
%>" size="20">
Thanks.
<input TYPE="TEXT" NAME="City" VALUE="<%=Request("City"
Thanks.