C
Charles in Iraq
Greetings:
I'm creating an application to input information on soldiers in my unit.
On the form I created to input the information, I created a combo box
for the user to enter the soldier's rank. The source of this combo box is
a single column table I created, called Ranks, that lists the ranks found
in my unit.
Now when the user clicks on the dropdown arrow, I'd like the ranks listed
in order of importance, e.g:
PVT, PV2, PFC, SPC, CPL, SGT, SSG, SFC, MSG, 1SG, 2LT, 1LT, CPT, MAJ,
LTC, COL
But instead, the ranks are listed in alphabetical order, e,g:
1LT, 1SG, 2LT, CPL, CPT, LTC, ....
Can somebody tell me how to fix this? Is there some way of telling
the combo box to list the items in the same order the are defined in
the table instead of alphabetical order?
Respectfully,
Charles Ritz
I'm creating an application to input information on soldiers in my unit.
On the form I created to input the information, I created a combo box
for the user to enter the soldier's rank. The source of this combo box is
a single column table I created, called Ranks, that lists the ranks found
in my unit.
Now when the user clicks on the dropdown arrow, I'd like the ranks listed
in order of importance, e.g:
PVT, PV2, PFC, SPC, CPL, SGT, SSG, SFC, MSG, 1SG, 2LT, 1LT, CPT, MAJ,
LTC, COL
But instead, the ranks are listed in alphabetical order, e,g:
1LT, 1SG, 2LT, CPL, CPT, LTC, ....
Can somebody tell me how to fix this? Is there some way of telling
the combo box to list the items in the same order the are defined in
the table instead of alphabetical order?
Respectfully,
Charles Ritz