G
Guest
During Form Open, I'm filling a combo box with a list of file names from a
directory: tmp = Dir("*.txt"), RowSource, etc.
What's the best way to sort ASC/DESC this list as it comes in, so they're
all sorted correctly in the drop down. Or do I have to store data in a tmp
table, and then sort adn base combo list of items in this sorted table?
Any help is appreciated.
directory: tmp = Dir("*.txt"), RowSource, etc.
What's the best way to sort ASC/DESC this list as it comes in, so they're
all sorted correctly in the drop down. Or do I have to store data in a tmp
table, and then sort adn base combo list of items in this sorted table?
Any help is appreciated.