Value list sored in alphabetical order?

E

EAB1977

Can a value list be sorted in alphabetical order? If so, are there any
code examples of how this can be accomplished?
 
P

PieterLinden via AccessMonster.com

EAB1977 said:
Can a value list be sorted in alphabetical order? If so, are there any
code examples of how this can be accomplished?

How would you? The only way I can think of doing it would be absurdly
difficult...
pass the value to a function that split the list, then did a sort, then
rewrote it...

Why not use a table as the source and sort/filter that?
 
J

Jeff Boyce

I'm with Pieter ...

If you need a list sorted some way (e.g., alphabetical), use a table to
store the values and a query to do the sorting.

Regards

Jeff Boyce
Microsoft Office/Access MVP
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top