using VB to create Input Mask

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


Top