Hide Text In Text Box

S

Steve Haack

I have a form that has a TextBox on it, that accepts an ID# and then does a
lookup.

There are two ways that I want to get the ID# from the user, either by
typing it in, or by accepting input from a card reader (which I have working
just fine).

When the user is typing in the number, obviously, I want them to see the
characters they are typing

But, when the input comes from the card reader, I don't want to display the
text since it also has some control and other charcters from the card data
that I don't want to display, and the number from the card reader is really
not important to the user, just the results of the lookup after the data
entry.

What is the best way to allow the input into the text box, but still not
show it?

Steve
 
M

M Skabialka

Two text boxes. One for user input which after update moves the value to
the actual ID field, which is not visible. When they swipe the card reader
the info would go into the non-visible box.
Mich
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top