input mask

  • Thread starter spcscooter via AccessMonster.com
  • Start date
S

spcscooter via AccessMonster.com

I want to be able to use this input mask to enter both numbers and text.

"AUBDCT-"00;0;_

It works for numbers only but when I try to enter 2 letters it won't do
anything.

Can you help me?

Thank you much
 
D

Damon Heron

Look up textbox.input mask property in Help
It gives you all the characters to make a input mask
For instance, L gives letters A-Z, entry required:

LLLLL\-00;;-

Damon
 
Top