Can anyone please help
I have a query for a Combo box that is set to create an ascending list of numbers ranging from 0 to potentially infinity. Unfortunately the results shown in the combo drop down list are not ascending where numbers are less than 10 so for example they may be shown as
1
10
11
2
20
21
I assume that if I precede single digits with a zero it will fix the problem so the list will then become
01
02
10
11
20
21
My problem is I have tried to set the number via a macro where if the number is less than 10 then (through the macro set value option)i set it with a "0"+[Number less than 10] but I still end up with a single digit number
Many thanks in anticipation of any help
I have a query for a Combo box that is set to create an ascending list of numbers ranging from 0 to potentially infinity. Unfortunately the results shown in the combo drop down list are not ascending where numbers are less than 10 so for example they may be shown as
1
10
11
2
20
21
I assume that if I precede single digits with a zero it will fix the problem so the list will then become
01
02
10
11
20
21
My problem is I have tried to set the number via a macro where if the number is less than 10 then (through the macro set value option)i set it with a "0"+[Number less than 10] but I still end up with a single digit number
Many thanks in anticipation of any help