How to do this input mask

  • Thread starter Thread starter Marco
  • Start date Start date
M

Marco

Hello,

I would like to do this inputmask for a text field:

TTTT/NN/TT

T= text character
N= Number character

Thanks,
Marco
 
Are all the the text characters required or are the optional? If any are
required, how many?

Same question for the numbers.

Are the slashes strored with the data, or only displayed with the data?
 
Hello,

I want to store the "/".

All fileds must be mandatory.

I need to store something like: 0210/08/FR

is it possible?

Thanks,
Marco
 
You original post contridicts your response. originally, you wanted
TTTT/NN/TT
But your response of
0210/08/FR
would indicate you want
NNNN/NN/TT

I think you can figure it out if you look in VBA Help for the InputMask
property. It gives a pretty detailed discription there. If you have any
difficulty with it, post bac.
 
hello,

i'm really stucked here.

If it was this mask: TTTT/TT/TT because the field is text. could you elp?


Thanks,
Marco
 

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


Back
Top