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
typed enough characters to "fill" the input mask.

On 30 Aug 2006 05:42:25 -0700, "Anna" <colleen1980@xxxxxxxxx> wrote:

Is it possible when user enters date in date1 textbox cursor
automatically jump to date2 text box. My settings are as follows:

input mask 00/00/00
format property mm/dd/yy

Thank You.

--
John Nurick [Microsoft Access MVP]

Please respond in the newgroup and not by email.
.



Relevant Pages

  • 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: 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)
  • RE: Automatic field tab
    ... As long as you have the input mask set, ... Now you need to set the AutoTab property on that field to Yes. ... > to move to the next field for inputting? ...
    (microsoft.public.access.forms)