S
slateman
This is a simple request. how do I make a dropdown list
display in alphabetical order. It should do it anyway.
display in alphabetical order. It should do it anyway.
This is a simple request. how do I make a dropdown list display in
alphabetical order. It should do it anyway.
This is a simple request. how do I make a dropdown list
display in alphabetical order. It should do it anyway.
What is the RowSourceType of the combo? And what is the RowSource?
The most common technique is to have a Table containing the values
for the combo box; but rather than basing the combo directly on
the (unsorted) Table, base it on a Query sorting the records in
the desired order.