March 24, 200916 yr I have a value list of fields called school names. In the custom fields box (or in the entry screen we allow edit) we keep adding new school names as we get them. This way, when you click on school, a drop down list of all possible schools comes up. I would like to see that list in alphabetical order. Is that possible?
March 24, 200916 yr Yes, but not with a custom value list. You'll need to create a School Table and a value list with values coming from the field Scholl::SchollName
March 24, 200916 yr Better yet, build a list view layout based on the School table and sort that alphabetically by School Name. Any value list from this table should be ID and School Name, possibly only showing the second value.
Create an account or sign in to comment