Hi
I have a "Chains" and a "Stores" table.
In one screen I use a SingleOrDefault "Chains" query as a drop-list selector to display Stores in the selected Chain.
But the Chains in the drop-list are not in ascending alpha order because with the SingleOrDefault query I am unable to add sorting.
I tried adding a "ChainsByName" query (Chains sorted by name) to the screen but I don't have a SingleOrDefault option as I do for "Chains" so this doesn't appear to be a solution.
Does anyone know how this is done?
Thanks, Mark.
Mark