using VB to create Input Mask

  • Thread starter Thread starter Ted
  • Start date Start date
T

Ted

I'm using VB to create an Input Mask for a text box. That
is working but I want to save all characters. For example
the input mask is adding a dash. I want the dash saved.

This is currently my line of code:
txtPolicyNo.InputMask = "LLL-000000"

how do i code it to save the dash in the table? i have to
use code because the input mask changes depending on the
Claim Number entered.

TIA
Ted
 

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 Masking 1
Input of phone numbers 3
Input Mask: SB-01 9
Missing literal characters in Input Mask 2
Input Mask 0123456789-12 4
Input mask 2
SSN Input Mask 1
Text box input??? 1

Back
Top