gerard1979
MIS
Hi all,
Using Access 2002
there is a field for the company. I want to save the company in clearer way.
E.g. the name is The Pipefactory Next Door, I want to rewrite this by Pipefactory, Next Door The.
I want to make a list with all possibilities and let the user choose. So there are 4! = 24 possible strings
I think there must be something like
splitter = split(company.value, " "
for i = 0 to factorial(Ubound(splitter)+1)-1
'code in here
next i
But I can't create a simple way to loop through all the strings and put them in a listbox
someone who have an idea for the algoritm.
Thnx in advance,
Gerard
Using Access 2002
there is a field for the company. I want to save the company in clearer way.
E.g. the name is The Pipefactory Next Door, I want to rewrite this by Pipefactory, Next Door The.
I want to make a list with all possibilities and let the user choose. So there are 4! = 24 possible strings
I think there must be something like
splitter = split(company.value, " "
for i = 0 to factorial(Ubound(splitter)+1)-1
'code in here
next i
But I can't create a simple way to loop through all the strings and put them in a listbox
someone who have an idea for the algoritm.
Thnx in advance,
Gerard