K
Kevin S.
I'm not the brightest MS Access user, so I need a little help.
Question #1
Lets say I have 5 text boxes that hold 5 characters each, like if you were
entering a serial key into a setup program. Once 5 characters are entered,
how can I make the cursor go to the next text box?
Question #2
Code to determine length of a text string in a text box?
Question #3
Let's say I want to pull out the third character of any word, such as my
name..Kevin...... is there something better than
using.........right(left(text0,3),1)......or is that good enough?
Question #4
This one is less important, so if there isn't an easy answer, don't bother
with it. I know storing passwords in a table in MS Access is unsecure. Just
import the table and remove the mask. However, is their an easy way to
convert the whole password to something less obvious? Like encrypting it or
something? And how can I change it back?
Thanks for the help.
-Big K
Question #1
Lets say I have 5 text boxes that hold 5 characters each, like if you were
entering a serial key into a setup program. Once 5 characters are entered,
how can I make the cursor go to the next text box?
Question #2
Code to determine length of a text string in a text box?
Question #3
Let's say I want to pull out the third character of any word, such as my
name..Kevin...... is there something better than
using.........right(left(text0,3),1)......or is that good enough?
Question #4
This one is less important, so if there isn't an easy answer, don't bother
with it. I know storing passwords in a table in MS Access is unsecure. Just
import the table and remove the mask. However, is their an easy way to
convert the whole password to something less obvious? Like encrypting it or
something? And how can I change it back?
Thanks for the help.
-Big K