Re: Tab Order by Dan
Dan
Tue Mar 22 11:37:04 CST 2005
Strictly speaking, the answer is "yes, but you shouldn't". <g>
You can set the tab order, as others have advised, but the user should still
be able to mouse around the form in any order they like.
To disallow entry into a field by mouse, RETURN !MDOWN() in the control's
When().
Dan
steve wrote:
> Hi Guys,
>
> Can I enforce a strict tab order on a form? I want the user to enter
> data in the order I specify.
>
> Thx
>
> Steve