typing mask in form

  • Thread starter Thread starter dipsou
  • Start date Start date
D

dipsou

Hi all,
I created a typing mask in a text box like following :
1234! 0000 0000
Using tab I can fill this textbox, but when I begin to type a figure,
if my figure is 1 or 2 or 3 or 4 the cursor goes just after the 4 and
my figure doesn't appear
in else case, the figure appears normaly !!!
Does anyone know where is the problem ?
Thanks
Deeper
 
Hi all,
I created a typing mask in a text box like following :
1234! 0000 0000
Using tab I can fill this textbox, but when I begin to type a figure,
if my figure is 1 or 2 or 3 or 4 the cursor goes just after the 4 and
my figure doesn't appear
in else case, the figure appears normaly !!!
Does anyone know where is the problem ?
Thanks
Deeper

What are you trying to *ACCOMPLISH* with this mask? If you want to have every
record start with

1234

then the mask won't work, since these values will "intercept" any typing that
you do.


John W. Vinson [MVP]
 

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

input mask 2
Input mask 4
Change Input Mask 1
Input Mask Help 1
Date/Time field 9
changing the Phone Number Input Mask to all for extensions 2
Access General Date Forced To Have Date And Time 2
Display Format in Combo Box 2

Back
Top