Note that if there are two items with the same text then the user will not be able to differentiate between them.
I am just trying to cover a user who does not use different text. Help file will explain NOT to use same text but...
Text in the List is from a Database Table 'Race', which are inputs into the database made by the user.
"VR1" in brief means Victorian Racing - Race One. And could be used every day of the week. Position in the list would tell user which is todays VR1 as I will use ORDER BY ID DESC in the Query. Which shows most recent entries at top of list.
Thanks for help.