I have created a form which has a combo box obtaining its data from a table containing a list of floors in a building. When the combo box is used it displays the floors as 1,11,12,13,2,21,22,3,31 etc.
How can I display them as 1,2,3,4,5 etc.
Within the table they are in the correct order.
Thanks
How can I display them as 1,2,3,4,5 etc.
Within the table they are in the correct order.
Thanks