Format and Input Mask property question

M

mscertified

I have a column that can be either a 6 or 8 digit number and it must be
formatted as follows
99.99.99 or 99.99.99_99

How do I set up the imput mask and the format property to handle this,
currently I have:
00\.00\.00 for the input mask, and
@@\.@@\.@@ for the format
so I'm not catering for the possible suffix
 

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