Topic: Index a table

Hi,
I have a table with 2 fields Name and Type. I want to use Name in a combo box but have it order by or index by Type. Is this possible. Thanks for any help.
Cheers from Down Under

Re: Index a table

Terry,
You can use Filter within the Object Inspector to sort by Type. You can also display the Type along with the Name in the combobox. This is an option and not a requirement.  See attached for a sample solution.

Post's attachments

Attachment icon ComboBox Sort.zip 604.7 kb, 341 downloads since 2019-05-22 

Re: Index a table

Thanks. Easy when you know how.