Auto Tab Property

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have created a form and one of the fields has a max character size of 5. When this has been entered, I want the focus to go to the next field. I have set the auto tab property for this field to yes, but its not working.......help...

thanks
 
You need to set the InputMask of the Control to accept just 5 characters
also.

See Access VB Help on InputMask Property.

--
HTH
Van T. Dinh
MVP (Access)



Chas said:
I have created a form and one of the fields has a max character size of 5.
When this has been entered, I want the focus to go to the next field. I have
set the auto tab property for this field to yes, but its not
working.......help...
 
Back
Top