Hello
Is there a way of selecting just one column from a table and grouping by it? Eg
_select Town from address group by Town _
So I can just get a list of towns in the table?
Thanks
Bex
Please refer to the following section in the manual (you will find an example there): Using the generated code ->Adapter/SelfServicing -> Using TypedViews, TypedLists & Dynamic Lists -> Using dynamic lists