RESOLVED: Form field - want non-alphabetical display of lookup table values
I have a single-column lookup table listing the values that I want displayed in a combo box on a form (we'll be using the same lookup table for multiple fields in the database, which is why I need the lookup table).
I would like the values to be displayed in my combo box in the order in which I typed them into the lookup table, but the combo box always lists them alphabetically, in an order that makes no sense. Is there a way to fix this?
Thanks in advance.
I have a single-column lookup table listing the values that I want displayed in a combo box on a form (we'll be using the same lookup table for multiple fields in the database, which is why I need the lookup table).
I would like the values to be displayed in my combo box in the order in which I typed them into the lookup table, but the combo box always lists them alphabetically, in an order that makes no sense. Is there a way to fix this?
Thanks in advance.

Last edited: