Bunny Posted April 1, 2003 Posted April 1, 2003 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
Garry Claridge Posted April 1, 2003 Posted April 1, 2003 Try: <select> [FMP-Record] <option value="[FMP-Field:myfield]">[FMP-Field:myfield]</option> [/FMP-Record] </select> All the best. Garry
Recommended Posts
This topic is 7975 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now