I looked through many older posts but was unable to find out how to resolve this issue I am having.
I am trying to sort a combobox in alphabetical order that was populated by a Access database datasource.

I cannot set the sorted property to true. It tell me this..

"ComboBox that has a DataSource set cannot be sorted. Sort the data using the underlying data model."

How do I sort the data using the underlying data model?

Thanks.
J