Bunny Posted April 1, 2003 Share 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 Link to comment Share on other sites More sharing options...
Garry Claridge Posted April 1, 2003 Share Posted April 1, 2003 Try: <select> [FMP-Record] <option value="[FMP-Field:myfield]">[FMP-Field:myfield]</option> [/FMP-Record] </select> All the best. Garry Link to comment Share on other sites More sharing options...
Bunny Posted April 3, 2003 Author Share Posted April 3, 2003 Thank you Garry, that worked great! Link to comment Share on other sites More sharing options...
Recommended Posts
This topic is 7857 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