Input Mask

G

Guest

The users need to be able to enter numeric or alpha in a textbox.

The textbox Input Mask = 00\-00\-00;0;_
Example = 99\99\99

My database is linked to an SQL db. The field is currently "nvarchar"

How can I change this to allow example: A9\7Y\ZZ or any combination of
Alpha/Numeric??


Thanks
 
G

Guest

Hi Dan,

You could try:

AA\AA\AA or aa\aa\aa

Where the first is not optional input and the second one is optional input
(letters and digits)

hth
 

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