HenryAnthony
Technical User
Hi,
I have an application that uses a query to create HTML for alphabetically ordered lists of items. I would like to find a way to identify the first instance of the letters A-Z in the list so I can add a named anchor at that point with the end result being able to provide an A-Z navigational menu that takes the user to the items beginning with "T" for example.
I know I could find all the initial letters and add the appropriate code but I want to find the first instance of the initial and skip the rest until the next letter in alpha order is found.
Any ideas on how to approach this are appreciated.
Thank you,
Henry
I have an application that uses a query to create HTML for alphabetically ordered lists of items. I would like to find a way to identify the first instance of the letters A-Z in the list so I can add a named anchor at that point with the end result being able to provide an A-Z navigational menu that takes the user to the items beginning with "T" for example.
I know I could find all the initial letters and add the appropriate code but I want to find the first instance of the initial and skip the rest until the next letter in alpha order is found.
Any ideas on how to approach this are appreciated.
Thank you,
Henry