Hello,
I have a table with the following values:
Product Type Code | Product Type
100 | Vegetables
200 | Fruits
300 | Beverages
In a list box displays the following:
Product Type
Vegetables
Fruits
Beverages
In the properties of the object, on the Order tab I have configured the following:
Expression [Ascending]
[Product Type code]
But when I select "Fruit", this value is until the end of the list being:
Product Type
Beverages
Vegetables
Fruits
How I can do to remain exactly as I ordered it originally?