Hi everyone,
This should be so simple. I have different continuous forms. The controls ("columns") are not all in the same order. In need to be able to enter the form and specify the tab index number of the control I want to go to.
Just like: docmd.gotocontrol("controlname")
I need: docmd.gotocontrol(tabindex (1)).
That does not work. Any ideas ?
Thanks
This should be so simple. I have different continuous forms. The controls ("columns") are not all in the same order. In need to be able to enter the form and specify the tab index number of the control I want to go to.
Just like: docmd.gotocontrol("controlname")
I need: docmd.gotocontrol(tabindex (1)).
That does not work. Any ideas ?
Thanks