April 1, 200322 yr I have a customer database, and I would like to display all of Customer Names in the DB in a drop down box for selection. The Customer Names are not in a Value List, each Customer Name is a field on a customer record. Is it possible to display fields in a drop down box, and if so does anyone know how?? Many thanks
April 1, 200322 yr Try: <select> [FMP-Record] <option value="[FMP-Field:myfield]">[FMP-Field:myfield]</option> [/FMP-Record] </select> All the best. Garry
Create an account or sign in to comment