How to Sort Values showed in a List Box

FlavioT

New Member
Joined
Feb 11, 2003
Messages
40
Hi
I have a List Box that refers to a Table...

I would like this list appears in Alphabetic order and not in the "AutoNumber" order (the values refers to a Table) ... Is there a way????

Thaks!
Flavio
o_O
 

Excel Facts

Square and cube roots
The =SQRT(25) is a square root. For a cube root, use =125^(1/3). For a fourth root, use =625^(1/4).
I would create a query that will give me the info for the list box and sort it ascending. Have the list box be linked to that. It should appear the way you want.

There might be a simpler way to do this, but this is all I can come up with.

Parra
 
Upvote 0
Quick comment on sorting. In an Acess query you can sort on as many fields as you want, but the highest priority is on the fields at the left.
Say you have an ID, a Name, a State and a Date Joined field. If you don't apply a sort, the ID is used by default. By placing Ascending or Descending under the other fields, you set the sort order -- and if the ID field has no sort assigned, Name will be the first priority in teh above scheme.

Denis
 
Upvote 0

Forum statistics

Threads
1,221,553
Messages
6,160,467
Members
451,649
Latest member
fahad_ibnfurjan

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top