I have a combo box on my form where Row Source=Facilitators and Row Source Type=Table/Query. "Facilitators" refers to a one column table named Facilitators. This one column table contains a list of last names of a dozen or so staff members. The field name of this column I just left as Field1 (the default name). In table view I sorted the last names in ascending order.
When I open the combo box on the form itself, the list of names appear in random order instead of keeping the ascending sort order that I initially applied to the table.
I know there is a way for the combo box to keep the sort order in tact, but I can't recall what it is. Can someone help? Thanks.
When I open the combo box on the form itself, the list of names appear in random order instead of keeping the ascending sort order that I initially applied to the table.
I know there is a way for the combo box to keep the sort order in tact, but I can't recall what it is. Can someone help? Thanks.