RE: Automatic field tab
Tech-Archive recommends: Fix windows errors by optimizing your registry
Date: Mon, 14 Jun 2004 12:33:01 -0700
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.
"jube" wrote:
> 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,
>
Relevant Pages
- Input mask for ComboBox not working
... Does anyone know how I can get the Input Mask to work properly on a Combo ... all the items begin with the letters "75" followed by 5 characters. ... With this Input Mask set, ... However, if instead of typing "06030", I type "7506030", my combo ... (microsoft.public.access.formscoding) - Re: Jump from one textbox to another
... If a textbox has an input mask, you can just set its Autotab property to ... make the focus jump to the next control in tab order when the user has ... (microsoft.public.access.forms) - Re: Getting populated fields to automatically skip to the next field
... Access provides for this under certan conditions. ... The field in question has to have an input mask that requires a certain ... number of characters ... In Properties - Other the AutoTab Property is set to Yes ... (microsoft.public.access.forms) - Re: Move to next field from full text box
... The control's AutoTab property is what you're thinking of, ... if I remember correctly it only work's if you have an Input Mask set for the ... I have a need to be able to go to the next text box in a data entry ... screen when the first text box is full, without having to hit enter. ... (microsoft.public.access.forms) - Re: Access Auto Tab
... Check out AutoTab Property in Help. ... and use the AutoTab property to move the cursor when you have ... satisfied the mask requirements. ... If a field has an input mask of LL and AutoTab is set to Yes, ... (microsoft.public.access.gettingstarted) |
|