underline characters with INPUT MASKS for TextBoxes

  • Thread starter Thread starter John S. Ford, MD
  • Start date Start date
J

John S. Ford, MD

I'm using Access 97. I have some TextBoxes on a form that I'm trying to
control the user's input with various input masks. My question, is there
any way of eliminating the underline characters that show up as the user is
inputting his data? Users have complained that they're kind of confusing
and I tend to agree.

John
 
In the last part of the input mask, instead of seeing
this: "_" replace it with this " "
 
Replace the last part of the mask
From : 00000\-9999;;_

To : 00000\-9999;;" " (space in between quotes)
 

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

Similar Threads

Input Mask 1
Activating input masks 1
input mask 4
Text box input??? 1
input masks 10
Input Mask 2
Phone number input mask with default area code 2
Strange behavior with date input mask 1

Back
Top