C
Conan Kelly
Hello All,
I have a household inventory DB. Some of the inventory includes our movies on DVD. I'm trying to sort the list of DVD's in
ascending order by title. When I sort this, I want insignificant first words to be ignored (A, An, The).
For example, I want "A Knights Tale" to be in the K's, not the A's. Any title that begins with "The" I want to be sorted by the
second word.
I'm looking for a SQL query or VBA code that will help me do this. Does anyone have anything.
I'm sure I could figure this out on my own, but I figured that someone out there probably already has something out there. And if
they are someone that really knows what they are doing, their code/query will probably be more efficient than anything that I can
come up with.
Thanks for any help anyone can offer,
Conan Kelly
I have a household inventory DB. Some of the inventory includes our movies on DVD. I'm trying to sort the list of DVD's in
ascending order by title. When I sort this, I want insignificant first words to be ignored (A, An, The).
For example, I want "A Knights Tale" to be in the K's, not the A's. Any title that begins with "The" I want to be sorted by the
second word.
I'm looking for a SQL query or VBA code that will help me do this. Does anyone have anything.
I'm sure I could figure this out on my own, but I figured that someone out there probably already has something out there. And if
they are someone that really knows what they are doing, their code/query will probably be more efficient than anything that I can
come up with.
Thanks for any help anyone can offer,
Conan Kelly