Automatic field tab

  • Thread starter Thread starter jube
  • Start date Start date
J

jube

Hi,
Does anyone know how to get the form fields to
automatically move to the next field when the allowable
field length is reached? I used input mask to make the
field only allow 4 characters but how do I get the cursor
to move to the next field for inputting?

thanks,
 
As long as you have the input mask set, you are half way there. Now you need to set the AutoTab property on that field to Yes.
 
Back
Top