R
R. J. Diaz
I need to build on what was offered here in the original thread
(2/17-19/2004)
I need to convert from all caps to first letter caps for addresses,
hyphenated last names (Diaz-Smith), "Mc D" or "Mac D", multi-word street
addresses and PO Box street street addresses - in one step if possible.
Input masks don't seem to do the job across the board either, so I am
stuck with a lot of conversions. UCase(Left([FirstName],1)) &
LCase(Mid([FirstName],2)) works in the update query for single word
fields, but not for the others.
Is this possible in one step? One code line? Can/must I do each
separately?
Also, can I disable the caps lock key? I thought I did once, could but
couldn't find the code again.
Bob Diaz
(2/17-19/2004)
I need to convert from all caps to first letter caps for addresses,
hyphenated last names (Diaz-Smith), "Mc D" or "Mac D", multi-word street
addresses and PO Box street street addresses - in one step if possible.
Input masks don't seem to do the job across the board either, so I am
stuck with a lot of conversions. UCase(Left([FirstName],1)) &
LCase(Mid([FirstName],2)) works in the update query for single word
fields, but not for the others.
Is this possible in one step? One code line? Can/must I do each
separately?
Also, can I disable the caps lock key? I thought I did once, could but
couldn't find the code again.
Bob Diaz