in the last control on the first tabpage, add code in the Exit event
procedure to move the focus to the first control on the next tabpage, as
Me!ControlName.SetFocus
hth
> hi
> i have five tab control pages in my form, and i want access to take me
> automatically to the next form when i exit the last field in the first page .
> is this possibe?
mhmaid - 17 Jun 2006 06:01 GMT
thank you very much for help.
> in the last control on the first tabpage, add code in the Exit event
> procedure to move the focus to the first control on the next tabpage, as
>
> Me!ControlName.SetFocus
tina - 17 Jun 2006 16:14 GMT
you're welcome :)
> thank you very much for help.
>
> > in the last control on the first tabpage, add code in the Exit event
> > procedure to move the focus to the first control on the next tabpage, as
> >
> > Me!ControlName.SetFocus