R
riccifs
Hi Jay,
sorry if I'm writing to you but I have a question that I don't known
how to solve.
To handle names with mixed cases, on my form, I'm using the code you
wrote, I found it at this web-link: http://www.mvps.org/access/strings/str0008.htm
Of course, it works great and as I read it should be modular so that
it possible to add additional rules to handle special sequences of
characters.
What I'd like to do is to add in it a piece of code, to be able to
transform for example, string like that ''John spa'' in ''John
S.p.A.''
My trouble is that any time I write S.p.A., I do that hundred of
times, I have to remember to hit the point after each letters and at
same time I have to mind the case of the words.
It will be great if it doesn't matter how I to write ''spa'', the code
would change it in ''S.p.A.'' for me.
If you look the last part of the code you'll see a function to handle
roman number. If you write ''vii'' the code will change in ''VII'' for
you.
Could you think is possible to do something like that for my sequences
of words?
I'm not absolutely able to that, so I was thinking about you.
The words I'd like to be able to handle are: S.r.l. S.p.A. s.n.c.
s.a.s. S.r.l.u.
I hope you will be give to me an hand.....!
Thanks,
Stefano.
sorry if I'm writing to you but I have a question that I don't known
how to solve.
To handle names with mixed cases, on my form, I'm using the code you
wrote, I found it at this web-link: http://www.mvps.org/access/strings/str0008.htm
Of course, it works great and as I read it should be modular so that
it possible to add additional rules to handle special sequences of
characters.
What I'd like to do is to add in it a piece of code, to be able to
transform for example, string like that ''John spa'' in ''John
S.p.A.''
My trouble is that any time I write S.p.A., I do that hundred of
times, I have to remember to hit the point after each letters and at
same time I have to mind the case of the words.
It will be great if it doesn't matter how I to write ''spa'', the code
would change it in ''S.p.A.'' for me.
If you look the last part of the code you'll see a function to handle
roman number. If you write ''vii'' the code will change in ''VII'' for
you.
Could you think is possible to do something like that for my sequences
of words?
I'm not absolutely able to that, so I was thinking about you.
The words I'd like to be able to handle are: S.r.l. S.p.A. s.n.c.
s.a.s. S.r.l.u.
I hope you will be give to me an hand.....!
Thanks,
Stefano.